curl --request GET \
  --url https://integration.getmateo.com/api/v1/provider_template_approval \
  --header 'Authorization: Bearer <token>'
[
  {
    "provider_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "template_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "organisation_id": "random uuid",
    "created_at": "now()",
    "updated_at": "now()",
    "status": "requested",
    "external_id": "<string>",
    "rejection_reason": "<string>",
    "category": "UTILITY"
  }
]

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

provider_id
string

Provider ID

template_id
string

Template ID

organisation_id
string

Organisation ID

created_at
string

Provider template approval creation date

updated_at
string

Latest update

status
string

Status of provider template approval

external_id
string

External ID

rejection_reason
string

Rejection reason of provider template approval

category
string

Category of provider template approval

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[].