> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.coupontools.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# 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.  
  

### 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.