v1

latestOpenAPI 3.0.4raw.githubusercontent.com2025-06-2819718.4 KB
Authentication

Create a JWT with accepted platform ids

post/auth/accept

Request body

acceptedstring[]
appIdstring
redirectUrlstring

Example request

{
  "accepted": [
    "platform_name"
  ]
}

Response

OK