Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Handles the activation (restoration) of an archived entity based on the provided entity ID.
cURL
curl --request GET \ --url https://api.helpyousponsor.com/v1/admin/entity/{entity_id}/activate \ --header 'X-HYS-API-Key: <api-key>'
{ "message": "Successfully Restored" }
API key generated from Developer Settings. Format: hys_...
Entity ID of the entity to activate
Entity successfully activated
"Successfully Restored"