GET
/
admin
/
entity
/
{entity_id}
/
activate
curl --request GET \
  --url https://api.helpyousponsor.com/v1/admin/entity/{entity_id}/activate \
  --header 'Authorization: Bearer <token>'
{
  "message": "Successfully Restored"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

entity_id
integer
required

Entity ID of the entity to activate

Response

200
application/json
Entity successfully activated
message
string
Example:

"Successfully Restored"