Body

  • name string Required

    Minimum length is 3, maximum length is 32. Format should match the following pattern: [a-zA-Z0-9]+$.

Body

  • name string Required

    Minimum length is 3, maximum length is 32. Format should match the following pattern: [a-zA-Z0-9]+$.

Body

  • name string Required

    Minimum length is 3, maximum length is 32. Format should match the following pattern: [a-zA-Z0-9]+$.

Responses

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"
Request examples
{
  "name": "string"
}
Request examples
{
  "name": "string"
}
Request examples
{
  "name": "string"
}