Skip to main content
POST
/
api
/
public
/
v1
/
me
/
partner
/
rotate-api-key
Rotate (or generate) the partner API key
curl --request POST \
  --url https://api.flexslot.gg/api/public/v1/me/partner/rotate-api-key \
  --header 'Authorization: Bearer <token>'
{
  "plaintext_api_key": "<string>",
  "api_key_prefix": "<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_).

Response

200 - application/json
plaintext_api_key
string
required

Shown ONCE — copy immediately. Cannot be recovered.

api_key_prefix
string
required

First 12 chars; helpful for the partner to identify the key in logs.