API Token
This guide provides step-by-step instructions on how to generate a token for the Select Star API and access its features and data.
Last updated
Was this helpful?
This guide provides step-by-step instructions on how to generate a token for the Select Star API and access its features and data.
Last updated
Was this helpful?
Was this helpful?
Authorization: Token <token>curl https://api.production.selectstar.com/v1/tables/ -H "Authorization: Token <your_token>"{
"detail": "Authentication credentials were not provided."
}{
"detail": "Given token not valid for any token type",
"code": "token_not_valid",
"messages": [
{
"token_class": "AccessToken",
"token_type": "access",
"message": "Token is invalid or expired"
}
]
}