Authentication
What is authentication?
Authentication is the process of verifying that you are allowed to access the data in Morph when making requests to Morph API.
Authentication for Morph API
Morph uses API Keys as an authentication method to verify and validate API requests to its API.
All requests to any endpoints of Morph API need to be authenticated with API Keys set in an x-api-key
header.
For details, see Authentication the in API reference section.
Updated 6 months ago