Get Okta
GET {{protocol}}://{{accounts_api_url}}/{{accounts_api_version}}/vendors/okta?clientDomain={{client_domain}}
Retrieves an Okta Org record based on the client_domain.
This API supports user session token (bearer token
) as long as the user is a Zesty admin/owner as well as support for Service-to-Service token using X-Auth
custom header request.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
clientDomain | string |
RESPONSES
status: OK
{"_meta":{"timestamp":"2023-03-22T06:56:15.745993228+08:00","totalResults":1,"start":0,"offset":0,"limit":1},"data":{"id":13,"oktaorg_zuid":"35-a6b8e2f1af-1234","client_id":"newtest","client_secret":"clinetsecert","client_domain":"https://completetest.domain","createdAt":"2023-03-21T23:15:49+08:00","updatedAt":"2023-03-21T23:15:49+08:00"}}