Matchplat API Docs

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