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