GET
/manager/challenges/{id}
curl \
--request GET 'https://domain.tld/api/v2/manager/challenges/{id}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"id": 42,
"start_date": "2025-05-04T09:42:00Z",
"end_date": "2025-05-04T09:42:00Z",
"active": true,
"challengeable_type": "string",
"challengeable": {
"order_attribution": "string",
"product_sku": "string"
},
"points": 42,
"proportional_points": true,
"titles": [
{
"id_i18n_content": 42,
"lang": "en_GB",
"content": "Hello"
}
],
"images": [
{
"id_i18n_content": 42,
"lang": "en_GB",
"content": "Hello"
}
],
"descriptions": [
{
"id_i18n_content": 42,
"lang": "en_GB",
"content": "Hello"
}
]
}
Response examples (401)
{
"message": "Unauthorized."
}