Skip to main content
GET
/
v2
/
giftcards
/
audit-logs
/
export
/
{task_id}
Get Export Status
curl --request GET \
  --url https://api.loyalty.dog/v2/giftcards/audit-logs/export/{task_id} \
  --header 'Authorization: Bearer <token>'
{
  "taskId": "<string>",
  "status": "<string>",
  "downloadUrl": "<string>",
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

JWT access token obtained from POST /v2/token.

Headers

X-Eposn-Merchant-Token
string | null

Path Parameters

task_id
string
required

Response

Successful Response

taskId
string
required
status
string
required
downloadUrl
string | null
error
string | null