Create a workspace
Workspace is used to access the various resources provided by Eshopbox to a client after successfully signup process.
Create a workspace
POST
https://auth.myeshopbox.com/api/v1/account
This endpoint allows a user to create a new workspace to access resources provided by Eshopbox.
Headers
Name
Type
Description
Authentication
string
The Bearer token is required to access the API
Request Body
Name
Type
Description
accountSlug
string
Identifier of the workspace(Must be unique)
accountName
string
Name of the Workspace
Last updated