Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.tagdeliver.com/v1/report \ --header 'Authorization: Bearer <token>'
{ "results": [ { "id": 1, "title": "Jamies Test", "date_range": "Yesterday", "created_on": "2023-02-01 15:46:11", "created_by": 564, "created_by_name": "Jamie" }, { "id": 2, "title": "Jamies Test", "date_range": "Yesterday", "created_on": "2023-02-01 15:47:33", "created_by": 564, "created_by_name": "Jamie" } ], "success": true }
Fetch a list of user generated reports
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
Was this page helpful?
Contact support