Skip to main content
GET
/
v1
/
apps
/
{app_id}
/
auth_providers
List auth providers
curl --request GET \
  --url https://{defaultHost}/v1/apps/{app_id}/auth_providers \
  --header 'Authorization: Bearer <token>'
{
  "auth_providers": [
    {
      "id": "<string>",
      "slug": "<string>",
      "client_id": "<string>",
      "client_secret": "<string>",
      "enabled": true,
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

API Secret token

Path Parameters

app_id
string
required

App ID

Response

successful

auth_providers
object[]