GET
/
admin
/
move
/
{entity_id}
/
compatible_programs
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>"
}

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 move

Response

200
application/json
Entity move details fetched successfully
compatible_programs
object[]
count
integer
name
string
profile
object
entity
object
submit
object[]
program
object
profileThumb
string