Authentication
Meetch provides a REST API using JSON encoded response and standard HTTP response codes.
As an authentification, you must send your API-Key in the Authorization header when making a request.
Authorization: Bearer <your-api-key>
You will need your API-Key and a product_id, both available in the partner dashboard.
curl -H "Authorization: Bearer <your-api-key>" https://<api-domain>/v1/products
``