Body
-
name
string Required Minimum length is
3
, maximum length is32
. Format should match the following pattern:[a-zA-Z0-9]+$
.
Minimum length is 3
, maximum length is 32
. Format should match the following pattern: [a-zA-Z0-9]+$
.
curl \
--request POST 'https://dev.sellpass.io/self/shops' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"name":"string"}'
curl \
--request POST 'https://dev.sellpass.io/self/shops' \
--header "Authorization: $API_KEY" \
--header "Content-Type: text/json"
curl \
--request POST 'https://dev.sellpass.io/self/shops' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/*+json"
{
"name": "string"
}
{
"name": "string"
}
{
"name": "string"
}