openloot/accept
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
Request Code Samples
curl --location 'https://api.ambrus.studio/v2-testing/account/openloot/accept' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
}'
Responses
application/json
{
"message": "string",
"error": "string",
"statusCode": 0
}
Modified at 2025-10-04 12:27:59