End-to-end guide for authenticating with the GoldRush Foundational API.
Basic Authentication
:
) prevents curl
from prompting for a password.Bearer Token
Authorization
header with the Bearer
scheme.Query Parameter
key
query parameter in the request URL.4XX
HTTP status code and a JSON body with details.
Code | Description |
---|---|
401 - Unauthorized | No valid API key was provided, or the key is incorrect. |
402 - Payment Required | The account has consumed its allocated API credits. |
429 - Too Many Requests | You are being rate-limited. |