PBR Auth API

APIs provided by PBR for end-user authentication and account administration (i.e. create, update and password resets) of fan club members.

HTTP Request Headers

HTTP Request Headers

PBR Auth API utilizes content negotiation for determining whether the response format is JSON or XML. Each HTTP Request should include the Accept request-header field of application/json if a JSON response is desired, or application/xml if an XML response is desired.

Every HTTP Request made to PBR Auth API must include the Authorization header. The API client credentials (username and password) assigned by PBR must be provided in the Authorization request header using the Basic method/scheme of HTTP Authentication. The Username and Password must be concatenated, separated by a colon, and Base64 encoded.