Studio
cURL
curl --request GET \ --url https://studio-api.onlytraffic.com/api/external/v1/swaps/offers/{id}/demo-content \ --header 'X-API-Key: <api-key>'
{ "success": true, "data": { "offer_id": 123, "model": { "of_account_id": 123, "username": "<string>" }, "content": [ { "id": 123, "type": "<string>", "thumbnail_url": "<string>", "large_url": "<string>", "sort": 123 } ], "count": 123 } }
Demo content for the model behind a swap offer.
Documentation IndexFetch the complete documentation index at: https://onlytraffic.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://onlytraffic.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Your API key from the Studio Dashboard
Numeric resource id.
x >= 1
Demo content.
Show child attributes
Was this page helpful?