Become familiar with the Mergent API.
-H "Authorization: Bearer yourapikey"
instead of -u yourapikey
.
All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.
2xx
range indicate success.4xx
range indicate an error that failed given the information provided (e.g., a required parameter was omitted, etc.).5xx
range indicate an error with Mergent’s servers.