Authentication

After you got the API Key, it is the time to use it in further requests. All requests need to set the API-KEY in request headers for authentication and connect to your MagicalAPI account.

Requests headers schema:

Content-type: "application/json"  
api-key: "YOUR API-KEY"

What’s Next