API Authentication
To access Matchplat APIs you must authenticate using a personal API key.
Authentication header
All requests must include the x-api-key header with your personal key.
curl -X GET "https://integrations.matchplat.com/utils/regions?countryIso2=IT" \
-H "x-api-key: <API_KEY>"
How to get an API key
To request an API key, contact our team at [email protected] or visit our website www.matchplat.com.
Authentication errors
- 401 – API key missing or invalid.
- 403 – API key not authorized for this endpoint.
- 402 – Credits exhausted or not available for this endpoint (402 Payment Required).