List material sourcing steps
Material Sourcing
List material sourcing steps
GET
List material sourcing steps
Authorizations
OAuth2 client credentials flow. Exchange your client_id and
client_secret for a short-lived access token, then pass it as
a Bearer token in the Authorization header.
Headers
Organisation ID that scopes this request. The authenticated consumer must be authorized for this organisation. Omitting this header returns 400; passing an unauthorised org returns 403.
Query Parameters
Cursor for forward pagination. Pass the next_cursor value from a
previous response to fetch the next page. Must be a valid resource ID.
Maximum number of items to return per page.
Required range:
1 <= x <= 50