Moves an entity to a different program,
curl --request GET \
--url https://api.helpyousponsor.com/v1/admin/move/{entity_id}/compatible_programs \
--header 'X-HYS-API-Key: <api-key>'{
"compatible_programs": [
{}
],
"count": 123,
"name": "<string>",
"profile": {},
"entity": {},
"submit": [
{}
],
"program": {},
"profileThumb": "<string>"
}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.
API key generated from Developer Settings. Format: hys_...
Entity ID of the entity to move
curl --request GET \
--url https://api.helpyousponsor.com/v1/admin/move/{entity_id}/compatible_programs \
--header 'X-HYS-API-Key: <api-key>'{
"compatible_programs": [
{}
],
"count": 123,
"name": "<string>",
"profile": {},
"entity": {},
"submit": [
{}
],
"program": {},
"profileThumb": "<string>"
}