Get All Clients
GET /v1/product/{product_id}/client
Get all clients for a product, requires clients:config:view permission
Authorizations
Parameters
Path Parameters
Product ID
Product ID
Responses
200
Successful Response
object
object
Client secret. Note the value of the secret is returned only when the secret is first generated or the secret is rotated.
object
Enable Client Credential Authentication. This is recommended for services, automated processes, or third-parties.
Enable User Authentication (e.g. Steam, Xbox, PSN, Epic, Anon, etc). This is recommended for Game Clients and first-party websites.
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.
Access token lifetime in seconds
Refresh token lifetime in days. If empty, refresh tokens will not expire.
400
Bad Request
422
Validation Error