Skip to main content
All CollectionsIntegrationsFAQ
I need help with REST API integration
I need help with REST API integration

If you decided to integrate via REST API, here we will give advises on how to troubleshoot possible issues with this tracking type

Sonya avatar
Written by Sonya
Updated over a month ago

I'm getting an authentication error when trying to use the Tapfiliate REST API. What should I do?

  • Double-check that you are including the correct X-Api-Key in the header of your requests. You can find and generate your API key in your Profile Settings at the bottom of the page.

  • Ensure you are using HTTPS for your requests.

I'm getting an authorization error. What does this mean?

Your API key might not have the necessary permissions to perform the requested action. Check your API key's permissions in your Tapfiliate account settings.

I'm getting a validation error. What does this mean?

Your API request is likely sending incorrect or missing data. Please review the Tapfiliate API documentation for specific data requirements for each endpoint.

I'm getting a resource not found error. What does this mean?

You are using the wrong endpoint URL for the action you are trying to perform. Check the Tapfiliate API documentation for the correct endpoint.

I'm getting a rate-limiting error. What does this mean?

You are making too many requests too quickly. Tapfiliate's API has rate limits to prevent abuse. For more information about rate limits, refer to our API documentation.

How can I troubleshoot Tapfiliate REST API errors more effectively?

To troubleshoot the REST API errors:

  • Check the Tapfiliate API documentation for information about common error codes and their meanings.

  • Enabling debug logging in your development environment allows you to view more detailed information about your API requests and responses.

  • Use a tool like Postman or ReqBin to test and debug your API requests.

  • Contact our support if you are still having trouble. 👍

Did this answer your question?