Authorization
Last updated
Last updated
cNGN authentication mechanism relies on the API Key, used when making API calls from your server. to generate your API Key
Api Key should be parsed as Bearer token on the header;
Content-Type
application/json
Authorization
Bearer <apiKey>