API Access Methods

Article author
AppFollow Team
  • Updated

Access the AppFollow API

1. Go to your AppFollow account > Integrations > API Dashboard* and create/copy the API Token.

2. Choose an API method and create a request. If needed, specify any additional parameters you need.

*The API Dashboard is only visible to Admin and Owner users.
If you don’t see this option in your menu, please contact your account Admin or Owner to request an API Token. You can find their name and email address in your Team settings.

You can also refer to the API documentation for more details and authorization instructions: https://docs.api.appfollow.io/reference/authorization

Read on to learn how to make a request through Postman.


Postman

To use the Postman API Client:

1. Create a Postman request without the "sign" parameter. 

The API Token parameter can be found in your API Dashboard (or obtained from your Admin/Owner). 

For example, for method App Collections List the request should look like this: https://api.appfollow.io/api/v2/account/apps

2. Go to the "Authorization" tab and select "API Key".

3. Enter "X-AppFollow-API-Token" into the "Key" field.

4. Enter the API Token into the "Value" field.

4. Click "Send" to process the request and receive a response from the server.

5. Configure all required endpoints in the same way. The API Token parameter of the request should be exactly the same as in your API Dashboard; otherwise, your request will be rejected by the server.

Was this article helpful?

0 out of 0 found this helpful