List API credentials

This endpoint returns a paginated list of API credentials. For more information on API credentials, see Configure API credentials and connectors in Sigma.

Usage notes

  • The user making this request must be assigned an account type with the Manage API connectors permission enabled.
  • Only returns API credentials that the user making this request has at least Can view access to.
  • Secret fields such as passwords, tokens, and client secrets are never included in the response.
  • Use the name query parameter to filter by credential name.
  • Use the orderBy query parameter to set sort order.

Usage scenarios

  • Credential management: View and audit the credentials used by API connectors in your Sigma organization.
  • API connector creation: Retrieve available credentials to present as options when creating an API connector.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Use to specify the next set of results with the string returned in the nextPageToken field of the previous response.

integer

Number of results to return per page, with a maximum of 1000. Defaults to 50.

string

Sort order. Supported fields: name, description. Append desc for descending (e.g. name desc). Defaults to name ascending.

string

Filter results to credentials whose name contains this substring.

Responses

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json