Skip to content

Discover Programs

GET
/v3/discovery/programs/
curl --request GET \
--url https://example.com/v3/discovery/programs/ \
--header 'X-Service-Token: <X-Service-Token>'

Return all the programs in the database.

OK

Media type application/json
Response
Array<object>
ProgramDiscoverySchema
object
metadata
required
Metadata
program_id
required
Program Id
string
Example generated
[
{
"metadata": "example",
"program_id": "example"
}
]