curl -X 'POST' \ 'https://api.coaxial.ai/provisions/can_user_access' \ -H 'accept: application/json' \ -H 'Authorization: Bearer <api_key>' \ -H 'Content-Type: application/json' \ -d '{ "user_id": <user_id>, "coaxial_id": <coaxial_model_id> }'
true
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A boolean describing whether or not user has resource access
The response is of type boolean.
boolean