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.marketordie.io/v1/posts/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "channel": "<string>", "posts": [ { "text": "<string>" } ], "scheduled_for": "2023-11-07T05:31:56Z", "published_urls": [ "<string>" ], "error": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } }
Your API key as a bearer token: Authorization: Bearer mod_live_…. (You can also send it as x-api-key.)
Authorization: Bearer mod_live_…
x-api-key
OK
Show child attributes