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.  Keys are controlled by Club Admins.  If no key is visible, you will need to ask your Club Admin to issue one.  Club Admins can revoke keys at any time.  They can also regenerate them if exposed in a data breach.

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 = ....