Authentication

All requests must be accompanied by an authorization header.  Only Golden Records Online account holders can use the API.

You will need an Authentication token.  The source of the token controls what the API returns and which methods are available.  

Sources of authentication tokens are detailed below.

Clubs and Personal Account Holders

All requests must be made with an authorization header in the form key = Authorization and value = Basic {TOKEN}

Where {TOKEN} is the API Key in your account at https://archery-records.net/account

Club Members

All requests must be made with an authorization header in the form key = Authorization and value = Basic {TOKEN}

Where {TOKEN} comprises {UserID}:{Password} Base64 encoded

Example

Authorization: Basic w4VGmVScKoNVKpiwsTW = ....