Skip to main content
POST
/
api
/
public
/
v1
/
me
/
partner
/
allowed-origins
Add an allowed origin to the partner
curl --request POST \
  --url https://api.flexslot.gg/api/public/v1/me/partner/allowed-origins \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "origin": "<string>"
}
'
{
  "allowed_origins": [
    "<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

origin
string<uri>
required

Full origin to add/remove (e.g. https://app.example.com).

Minimum string length: 1

Response

200 - application/json
allowed_origins
string<uri>[]
required

Updated full list of allowed origins.