Ask a question

Ask a Question
Back to all

Understanding the API

Am trying to us the API. I've got an access token and I can hit the /v.1/auth endpoint successfully. But no other endpoints work. I get

{
"meta": {
"status_code": 403,
"status": "FORBIDDEN",
"message": "Must be authenticated as a user",
"more_info": {}
},
"data": {}
}