Authentication
Base API URL
Endpoint
POST /playfabauthenticate/customAuthenticate
Response (if authentication is successful):
{
"status": 0,
"data": {
"accessToken": "eyJ..."
}
}Last updated