Skip to main content
POST
/
api
/
public
/
v1
/
me
/
partner
/
scope-requests
Request additional scopes or game-scopes
curl --request POST \
  --url https://api.flexslot.gg/api/public/v1/me/partner/scope-requests \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "justification": "<string>",
  "requested_scopes": [
    "<string>"
  ],
  "requested_game_scopes": [
    "<string>"
  ]
}
'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "status": "<string>",
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.flexslot.gg/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

User-issued personal access token (format: flx_pat_).

Body

justification
string
required
Required string length: 10 - 2000
requested_scopes
string[]
Maximum array length: 20
Required string length: 1 - 64
requested_game_scopes
string[]
Maximum array length: 10
Required string length: 1 - 32
Pattern: ^[-a-zA-Z0-9_]+$

Response

202 - application/json
id
string<uuid>
required
status
string
required
message
string
required