API referenceAuth
Auth_get_config
GET
/auth/configQuery Parameters
org_id?string
Org id (alternative to slug)
slug?string
Org subdomain slug
Response Body
application/json
curl -X GET "https://example.com/auth/config"{ "org_id": "string", "region": "string", "user_pool_client_id": "string", "user_pool_domain": "string", "user_pool_id": "string"}