v1
latestOpenAPI 3.0.02026-07-22243670.8 KBOffers
Get an offer for the authenticated partner
get/v1/offers/{id}
Path parameters
idstring required
Offer ID
Response
Successful response.
Example response
{
"ends_at": "2025-01-01T00:00:00.000000Z",
"id": "05edea81-98a7-4582-aa7c-040d57cb1858",
"options": [
{
"id": "05edea81-98a7-4582-aa7c-040d57cb1858"
}
],
"slug": "example-offer",
"starts_at": "2025-01-01T00:00:00.000000Z",
"type": "sale"
}