Moves an entity to a different program,
curl --request GET \
--url https://api.helpyousponsor.com/v1/admin/move/{entity_id}/compatible_programs \
--header 'Authorization: Bearer <token>'
{
"compatible_programs": [
{}
],
"count": 123,
"name": "<string>",
"profile": {},
"entity": {},
"submit": [
{}
],
"program": {},
"profileThumb": "<string>"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Entity ID of the entity to move
Entity move details fetched successfully
The response is of type object
.
curl --request GET \
--url https://api.helpyousponsor.com/v1/admin/move/{entity_id}/compatible_programs \
--header 'Authorization: Bearer <token>'
{
"compatible_programs": [
{}
],
"count": 123,
"name": "<string>",
"profile": {},
"entity": {},
"submit": [
{}
],
"program": {},
"profileThumb": "<string>"
}