Returns a random entity from a specific client and program
curl --request GET \
--url https://api.helpyousponsor.com/v1/frontend/entities/random/{client_id}/{program_id}
{
"redirect_url": "<string>",
"message": "<string>"
}
The ID of the client
The ID of the program
Successful operation
The response is of type object
.
curl --request GET \
--url https://api.helpyousponsor.com/v1/frontend/entities/random/{client_id}/{program_id}
{
"redirect_url": "<string>",
"message": "<string>"
}