Authorization
Getting API Credentials
To obtain your API key and API secret, please contact us at info@egaranti.com.
Test and Production Environment Base URLs
Base Url
- Test
https://replica-gw-partner.egaranti.dev
Postman Collection Link
For your convenience, here’s the link to the Postman Collection.
Postman CollectionEstablishing the API Connection
To make requests to the API, you need to use basic authentication. This process must be performed with each request you send.
Example
curl --location --request GET '<BASE_URL>/main-categories'
--header 'Content-Type: application/json'
--header 'Authorization: Basic ZGVtbzpwQDU1dzByZA=='
sellerCode and merchantCode Values
- sellerCode: A unique code assigned to the dealer by egaranti.
- merchantCode: A unique code assigned to the manufacturer by egaranti.