Loading...

postAPIUsers

postAPIUsers

This article provides advanced instructions on how to post API users.

Create Api user

  • Description required: string
  • Scopes:
    • Array of strings, Items enum
      • "cms"
      • "customer"
      • "customer_admin"

Payload

{
 "description": "string",
 "scopes": [
   "cms"
 ]
}

Responses

  • 201 Create API  user

    {
     "id": "string",
     "description": "string",
     "token": "string",
     "scopes": "string"
    }
  • 400 Invalid parameters
  • {
     "message": "string",
     "errors": "string"
    }
  • 403 Not authorized

    {
     "message": "string",
     "errors": "string"
    }
 

Did not find what you were looking for?

If this content did not answer your questions, try searching or contacting our support team for further assistance.

Back to Section navigation