Logo
MediQuo API API Documentation

Authenticate

POST https://sdk.mediquo.com/v1/authenticate

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
X-API-Key
string
X-Secret-Key
string
Content-Type
string




RESPONSES

status





Curl
curl -X POST 'https://sdk.mediquo.com/v1/authenticate' -H 'X-API-Key: API_KEY' -H 'X-Secret-Key: SECRET_KEY' -H 'Content-Type: application/json' -d '{"code":"123456_demo_user"}'

ENDPOINTS