Verify
GET/v1/org/:org_identifier/product/:product_identifier/verify
Verify
Request
Path Parameters
Organization ID or short name
Product ID or short name
Responses
- 200
- 400
- 401
- 404
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
permissions
object[]
required
Default value: true
Enable Client Credential Authentication. This is recommended for services, automated processes, or third-parties.
Default value: true
Enable User Authentication (e.g. Steam, Xbox, PSN, Epic, Anon, etc). This is recommended for Game Clients and first-party websites.
Default value: true
Enable Refresh tokens for authentications using this policy. If true, the refresh_token_lifetime_days field is used to limit how long the tokens remain valid.
Possible values: >= 600
Default value: 600
Access token lifetime in seconds
Possible values: >= 7
Default value: 7
Refresh token lifetime in days. If empty, refresh tokens will not expire.
{
"permissions": [
{
"permission_id": "string",
"description": "string"
}
],
"client_auth_enable": true,
"user_auth_enable": true,
"refresh_token_enable": true,
"access_token_lifetime_seconds": 600,
"refresh_token_lifetime_days": 7
}
Bad Request
Unauthorized
Not Found
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}