orgs

Get a list of all services within an organization.

Get a list of all services within an organization.

get/orgs/{org}/services/

Query parameters

pageinteger

A page number within the paginated result set.

page_sizeinteger

Number of results to return per page.

querystring

A search term for querying of services within an Organization.Available options are: name, role

sortstring

A field for sorting objects in ascending or descending order. Use - prefix for descending order (e.g., -created_at). Available options: created_at, name, role.

Response

Retrieved the list of services within the org

created_atstring date-time
created_bystring
created_by_urlstring uri
descriptionstring

The description of the service

keystring

The API key of the service

key_expires_atstring date-time nullable

The time at which the API key will expire. This will only be populated if the Organization has an active API Key Policy.

namestring required

The name of the service

role'Manager' | 'Member'

The role of the service.

slugstring slug

The slug of the service

Changes

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