Okta Integration

Get Okta account

Get an Okta account.

get/api/v2/integrations/okta/accounts/{account_id}

Path parameters

account_idstring required

None

Response

OK

Example response

{
  "data": {
    "attributes": {
      "auth_method": "oauth",
      "domain": "https://example.okta.com/",
      "name": "Okta-Prod"
    },
    "id": "f749daaf-682e-4208-a38d-c9b43162c609",
    "type": "okta-accounts"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.