Get Providers

Retrieve a list of all available ticketing providers on the Festivalcadeau platform.


Endpoint

Live

GET https://business.festivalcadeau.com/api/endpoint/v1/get_providers

Sandbox

GET https://business.festivalcadeautestsite.nl/api/endpoint/v1/get_providers

Authentication

No authentication is required to access this endpoint.

Request Parameters

This endpoint does not require any request parameters.


Response

Success 200 OK

Returns a JSON array of provider objects, each containing an id and name.

[
    {
        "id": 1,
        "name": "ActiveTickets"
    },
    {
        "id": 2,
        "name": "TicketMaster"
    }
]

If no providers are available, the response will be an empty array [].


Example Request

GET https://business.festivalcadeau.com/api/endpoint/v1/get_providers