Troubleshooting
Troubleshooting access to Select Star API
If you're having trouble accessing the Select Star API, please check the list of possible issues below. Also feel free to contact us in our community Slack channel.
If your request receives a
401 Unauthorized
error, please check:- you've created an API token and are sending it in the header of the request.
- you're using
Token
in the authorization header, and notBearer
.
Last modified 6mo ago