Create a workspace
Workspace is used to access the various resources provided by Eshopbox to a client after successfully signup process.
post
https://auth.myeshopbox.com/api
/v1/account
Create a workspace
cURL
curl -X POST https://auth.myeshopbox.com/api/v1/account \
-H "Authorization: Bearer XXXX" \
-H "Content-Type: application/json" \
-d $'{
"data": {
"accountSlug": "eshop",
"accountName": "Eshopbox"
}
}'
Last modified 3yr ago