Authentication

Get authenticated and integrate with DorKk

Get your API keys

Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error.

You can apply for an API key at [email protected]

circle-exclamation

Making authenticated calls

Each API method requires a x-api-key header with the specified dorKk API key

...
x-api-key: <API_KEY>
...

Last updated