GET
/
iam
/
users
/
configurations
/
v1
curl --request GET \
  --url https://api.mottostreaming.com/iam/users/configurations/v1 \
  --header 'Authorization: Bearer <token>'
{
  "identity_platform_configuration": {
    "userfront": {
      "tenant_id": "<string>",
      "public_key": "<string>",
      "api_key": "<string>"
    },
    "webhook_key": "<string>",
    "auth_key": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

project_id
string

Response

200
application/json
OK
identity_platform_configuration
object