Auth
Last updated
Last updated
POST /v1/auth/token HTTP/1.1
Host: sandbox.sverse.io
Content-Type: application/json
Accept: */*
Content-Length: 108
{
"grantType": "client_credentials",
"clientId": "text",
"clientSecret": "text",
"apiKey": "text",
"scopes": [
"text"
]
}{
"accessToken": "text",
"tokenType": "Bearer",
"expiresIn": 3600,
"refreshToken": "text",
"scope": "text"
}