Skip to main content
Version: 0.6.0

Valkyrie PAM API

Specification describing required endpoints implemented in an operator Player Account Management(PAM) system, in order to integrate with the Valkyrie aggregator.

Response format will consist of a common wrapper containing status code and either requested data or error details according to specs below. In general HTTP error codes will only describe hard errors not business logic.

{
"status": "OK",
"entity": {...}
}

or in case of error:

{
"status": "ERROR",
"error": {
"code": 1
"msg": "provider not recognized"
}
}

Authentication

PAM API token, if any is required

Security Scheme Type:http
HTTP Authorization Scheme:bearer
Bearer format: