Skip to content

Verify

GET
/v1/org/{org_identifier}/product/{product_identifier}/verify

Authorizations

Parameters

Path Parameters

org_identifier
required
Any of:
string format: uuid

Organization ID or short name

product_identifier
required
Any of:
string format: uuid

Product ID or short name

Responses

200

Successful Response

object
permissions
required
Array<object>
object
permission_id
required
string
description
string
client_auth_enable

Enable Client Credential Authentication. This is recommended for services, automated processes, or third-parties.

boolean
default: true
user_auth_enable

Enable User Authentication (e.g. Steam, Xbox, PSN, Epic, Anon, etc). This is recommended for Game Clients and first-party websites.

boolean
default: true
refresh_token_enable

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.

boolean
default: true
access_token_lifetime_seconds

Access token lifetime in seconds

integer
default: 600 >= 600
refresh_token_lifetime_days

Refresh token lifetime in days. If empty, refresh tokens will not expire.

integer
default: 7 >= 7

400

Bad Request

401

Unauthorized

404

Not Found

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string