Authentication
🔑 Authentication Steps
Last updated
Last updated
POST /api/oauth/token HTTP/1.1
Host: api.xone.xcover.com
Content-Type: application/json
Accept: */*
Content-Length: 63
{
"grant_type": "text",
"client_id": "text",
"client_secret": "text"
}{
"token_type": "text",
"expires_in": 1,
"access_token": "text"
}