Skip to main content
GET
/
admin
/
entity
/
{entity_id}
/
activate
Activate Entity
curl --request GET \
  --url https://api.helpyousponsor.com/v1/admin/entity/{entity_id}/activate \
  --header 'X-HYS-API-Key: <api-key>'
{
  "message": "Successfully Restored"
}

Documentation Index

Fetch the complete documentation index at: https://api-docs.helpyousponsor.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-HYS-API-Key
string
header
required

API key generated from Developer Settings. Format: hys_...

Path Parameters

entity_id
integer
required

Entity ID of the entity to activate

Response

Entity successfully activated

message
string
Example:

"Successfully Restored"