Ask a question
Understanding the API
8 years ago by Lee Crawford
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": {}
}
