This section will guide you through the process of constructing a request and handling the API response.Documentation Index
Fetch the complete documentation index at: https://docs.mention-me.com/llms.txt
Use this file to discover all available pages before exploring further.
Obtain an access token
You’ll need an access token to make requests. Head back to our authentication section if you’ve not done this yet.
Make a request
For each request, pass the access token in the Replace the URL with your chosen API endpoint, and the token with the one you obtained previously.
Authorization header. The token you’ll have will be a Bearer token, so prefix it with Bearer <token> (note the space).Here’s an example in curl:Handle the response
Ensure that your application is prepared to handle different HTTP status codes and response payloads.Each API will declare the error responses it has, and you can learn more about errors under errors.
Get customers
Ready to call our API? Visit our API reference to learn about endpoints available.