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
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
type
Filter processors by type
Allowed values:
nextPageToken
Token for retrieving the next page of results
maxPageSize
Maximum number of processors to return per page
sortBy
Field to sort by
Allowed values:
sortDir
Sort direction
Allowed values:
Response
Successfully retrieved processors
success
Indicates the request was successful
processors
Array of processors
warning
Optional warning message
nextPageToken
Token for retrieving the next page of results. Will be null if there are no more results.

