cURL
curl --request POST \ --url https://developer.tempestdx.com/api/v1/resources.list \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "next": "<string>" } '
{ "response_type": "<string>", "resources": [ { "display_name": "<string>", "external_id": "<string>", "type": "<string>", "id": "<string>", "created_at": "2023-11-07T05:31:56Z", "created_by": "<string>", "deleted_at": "2023-11-07T05:31:56Z", "external_url": "<string>", "name": "<string>", "organization_id": "<string>", "status": "<string>", "synced_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "properties": {}, "links": { "links": [ { "title": "<string>", "url": "<string>", "type": "documentation" } ] } } ], "next": "<string>" }
Retrieve a list of resources filtered by type.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Pagination cursor for the next page of results
Resources retrieved successfully
The type of response.
List of resources for requested page
Show child attributes
The next page token for pagination.
Was this page helpful?