Where can I find my client_id and client_secret to use the API?
Your client_id and client_secret are needed to authenticate on our API.
You can find your client_id and client_secret in your account, first login to your account, go to "integrations" and select "JSON API". Here you will see "authentication" on the left.
Use client_id and client_secret as POST values together with the other POST values.
Use X-Client-id and X-Client-secret as authentication headers.
You can find your client_id and client_secret in your account, first login to your account, go to "integrations" and select "JSON API". Here you will see "authentication" on the left.
2 authentication methods:
POST values
Use client_id and client_secret as POST values together with the other POST values.
Authentication headers
Use X-Client-id and X-Client-secret as authentication headers.
Updated on: 22/10/2019
Thank you!