Skip to main content
GET
/
v1
/
organizations
/
me
/
{org_id}
/
applications
/
{app_id}
Get Credentials
curl --request GET \
  --url https://auth.contra.id/v1/organizations/me/{org_id}/applications/{app_id}
Requires the Bearer access_token from Login or Verify Email.

Request

curl https://auth.contra.id/v1/organizations/me/$ORG_ID/applications/$APP_ID \
  -H "Authorization: Bearer $ACCESS_TOKEN"

Response · 200

{
  "uuid":      "app_…",
  "client_id": "cli_…",
  "api_key":   "ctr_42LvSyZn5ioLSyBknquXYK",
  "name":      "production"
}
To rotate the api_key, update the application.