Skip to main content
GET
/
api
/
public
/
v1
/
_probe
/
partner
Partner probe (HMAC or API key)
curl --request GET \
  --url https://api.flexslot.gg/api/public/v1/_probe/partner \
  --header 'X-Partner-Id: <api-key>' \
  --header 'X-Signature: <api-key>'
{
  "caller": "<string>",
  "scopes": [
    "<string>"
  ],
  "game_scopes": [
    "<string>"
  ],
  "tier": "<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

X-Signature
string
header
required

HMAC-SHA256 over canonical request string. Format: v1.<unix_seconds>.<hex_hmac_sha256>.

X-Partner-Id
string
header
required

Partner identifier slug. Required alongside X-Signature for HMAC auth.

Response

200 - application/json
caller
string
scopes
string[]
game_scopes
string[]
tier
string