GET
/
frontend
/
entities
/
random
/
{client_id}
/
{program_id}
curl --request GET \
  --url https://api.helpyousponsor.com/v1/frontend/entities/random/{client_id}/{program_id}
{
  "redirect_url": "<string>",
  "message": "<string>"
}

Path Parameters

client_id
integer
required

The ID of the client

program_id
integer
required

The ID of the program

Response

200
application/json
Successful operation
redirect_url
string

The URL to view the entity

message
string

Error message if no recipients found