Tenants

Get tenant OAuth client credentials

Retrieve the current OAuth client credentials for a tenant.

get/v2/{tenant_slug}/tenants/auth-secret

Path parameters

tenant_slugstring required

Tenant DNS slug (lowercase letters, digits, and hyphens; 3-100 characters).

Example:demo-retail

Tenant DNS slug (lowercase letters, digits, and hyphens; 3-100 characters).

Response

Successful Response

Example response

{
  "data": {
    "client_id": "A1b2C3d4E5f6G7h8I9j0K1l2M3n4O5p6",
    "client_secret": "csec_example_7q9x2k4m6p8r0t1v3w5y"
  }
}