Handles the activation (restoration) of an archived entity based on the provided entity ID.
curl --request GET \
--url https://api.helpyousponsor.com/v1/admin/entity/{entity_id}/activate \
--header 'Authorization: Bearer <token>'
{
"message": "Successfully Restored"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Entity ID of the entity to activate
Entity successfully activated
The response is of type object
.
curl --request GET \
--url https://api.helpyousponsor.com/v1/admin/entity/{entity_id}/activate \
--header 'Authorization: Bearer <token>'
{
"message": "Successfully Restored"
}