To get access to the API you have to send the x-api-key header to authorize the transaction.
x-api-key
curl --header "x-api-key: {api-key}" https://api.basset.ws/{path}
403 - Forbidden
Your api-key is invalid or don't have access
api-key
{ "message": "Forbidden" }
Last updated 7 years ago