M&A Deals API

Table of contents

Authentication

To access the Acuris M&A Deals API, you need a valid API key. If you don’t have an API key, then you can obtain one by requesting a trial or contacting our sales team.

This is an example of an Acuris M&A Deals API key token:

ar3xa1x2f4_l05zZlrRtu3d5qtAoK4cP8Rrc48zAY7S8tlhAk8U

The API key must be passed in the request as Bearer token:

curl -H 'Authorization: Bearer YOUR_API_KEY' https://api.acuris.com/deals

Authorization

If your API subscription is valid and there are no errors in your query, then you’ll receive a ‘200 OK’ response back with the matching payload.

If your API key is not authorized for the API you are calling, then you will receive a ‘401 Unauthorized’ error:

{"message": "Unauthorized"}