Usages
- Create an Enterprise account on the VMONSTER Studio and obtain an API Key.
- Ensure that the issued API Key is not recorded in client-side web browser code and is kept confidential.
- When sending API requests, include the key in the HTTP headers using the
x-api-keyfield:
Errors
- Requests made with an invalid key will result in a
403 Forbiddenerror. - If the
x-api-keyheader is missing, a422 Unprocessable Entityerror will occur.