curl --request GET \
  --url https://integration.getmateo.com/api/v1/provider \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "random uuid",
    "organisation_id": "random uuid",
    "created_at": "now()",
    "updated_at": "now()",
    "external_id": "<string>",
    "name": "<string>",
    "status": "draft",
    "type": "twilio-regulatory-bundle"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Range
string

Limiting and Pagination

Range-Unit
string
default:items

Limiting and Pagination

Query Parameters

id
string

Provider ID

organisation_id
string

Organisation ID

created_at
string

Provider creation date

updated_at
string

Latest update

external_id
string

External ID

name
string

Name of provider

status
string

Status of provider

type
string

Typ of provider

select
string

Filtering Columns

order
string

Ordering

offset
string

Limiting and Pagination

limit
string

Limiting and Pagination

Response

200 - application/json
OK

The response is of type object[].