Network Programs
network_programs
Methods
get/v1/network_programs
List network programs.
query Parameters
begin: string
(format: date-time)Optional
Date string in RFC 3339 format. Only entries created after the specified time will be included. UTC time zone.
end: string
(format: date-time)Optional
Date string in RFC 3339 format. Only entries created before the specified time will be included. UTC time zone.
page_size: number
(maximum: 100, minimum: 1, default: 50)Optional
Page size (for pagination).
Response fields
has_more: boolean
Whether there are more network programs to be retrieved.
Request example
200Example
get/v1/network_programs/{network_program_token}
Get network program.
Domain types
NetworkProgram = { token, default_product_code, name, 1 more... }
