List Processors

List all processors in your organization

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Headers

x-extend-api-version"2025-04-21"Optional

API version to use for the request. If you do not specify a version, you will either receive a 400 Bad Request or be set to a previous legacy version. See API Versioning for more details.

Query Parameters

typeenumOptional
Filter processors by type
Allowed values:
nextPageTokenstringOptional
Token for retrieving the next page of results
maxPageSizeintegerOptional1-250Defaults to 25
Maximum number of processors to return per page
sortByenumOptionalDefaults to updatedAt
Field to sort by
Allowed values:
sortDirenumOptionalDefaults to desc
Sort direction
Allowed values:

Response

Successfully retrieved processors
successboolean
Indicates the request was successful
processorslist of objects
Array of processors
warningstring or null
Optional warning message
nextPageTokenstring or null
Token for retrieving the next page of results. Will be null if there are no more results.

Errors