Skip to main content
GET
Get all delegation credentials of your organization

Headers

Authorization
string

For non-platform customers - value must be Bearer <token> where <token> is api key prefixed with cal_

x-cal-secret-key
string

For platform customers - OAuth client secret key

x-cal-client-id
string

For platform customers - OAuth client ID

Path Parameters

orgId
number
required

The unique identifier of the organization whose delegation credentials are returned

Example:

123

Query Parameters

take
number
default:250

Maximum number of items to return

Required range: 1 <= x <= 250
Example:

25

skip
number
default:0

Number of items to skip

Required range: x >= 0
Example:

0

domain
string

Filter by the domain the delegation credential is configured for

Example:

"example.com"

Response

status
enum<string>
required

The status of the request, either success or error

Available options:
success,
error
Example:

"success"

data
object[]
required

The list of delegation credentials belonging to the organization