Campaign Details

Retrieve detailed information about a specific recovery campaign.

GET
/api/v1/recover/campaign/:campaign_number

Description

Retrieve comprehensive details about a specific recovery campaign, including campaign metadata, employee information, recovery codes, and campaign status. This endpoint provides a complete view of all activities and participants within a campaign.

Request

Headers

HeaderValueRequired
AuthorizationBearer <token>Yes

Path Parameters

ParameterTypeRequiredDescription
campaign_numbernumberYesUnique identifier of the recovery campaign

Response

Response Fields

FieldTypeDescription
campaign_numbernumberCampaign identifier
titlestringCampaign title
countryobjectCampaign country object with name and code
start_datestringCampaign start date
helpdesk_emailstring | nullHelpdesk contact email if configured
return_addressarrayReturn address details for the campaign
employeesarrayEmployee list included in campaign
total_employeesnumberTotal employee count
total_pagesnumberTotal number of pages
current_pagenumberCurrent page number

Notes

  • This endpoint provides comprehensive details about a campaign including all employees and their recovery status.
  • The employees array contains full details for each participant, including their recovery code and current status.
  • Use this endpoint to monitor campaign progress and identify which employees have completed recovery vs. those still pending.
  • For individual employee recovery details, use the Recovery Details endpoint with the specific recovery_code.

Related Endpoints

Did this page help you?