Authentication
To access the Merger Review 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 API key token, composed of a private key (string before the underscore) and a public key (string after the underscore):
The public part of the API key must be passed in the request as follows:
Example:
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: