Authentication

Create a JWT with accepted platform ids

post/auth/accept

Request body

acceptedstring[]
appIdstring
redirectUrlstring

Example request

{
  "accepted": [
    "platform_name"
  ]
}

Response

OK

Changes