Authentication
To authenticate your API calls set the Authorization header to your API Key.
You can find your API Key on the Dashboard.
POST
https://api.apiframe.pro/[any_endpoint]
Headers
Name
Value
Content-Type
application/json
Authorization*
YOUR_API_KEY
Last updated