Providers

These endpoints allow you to retrieve detailed information about the available providers within the system. You can access a list of all providers or fetch specific details about a single provider by its unique identifier. Providers can be of various types (e.g., PSP, lp, etc.), and this documentation covers all of them.

List all providers

Responses
200

List of providers successfully retrieved

get/v3/providers
Response samples
application/json
[
  • {
    }
]

Get provider by ID

Request
path Parameters
id
required
string
Responses
200

Provider details successfully retrieved

get/providers/{id}
Response samples
application/json
{
  • "provider": {
    }
}