POST /square-space-stores.json

POST /square-space-stores.json
application/json

Body Required

Responses

POST /square-space-stores.json
curl \
 -X POST http://api.example.com/v1/square-space-stores.json \
 -H "Content-Type: application/json" \
 -d '{"accessToken":"string","channelId":42,"name":"string","shop":"string"}'
Request example
{
  "accessToken": "string",
  "channelId": 42,
  "name": "string",
  "shop": "string"
}
Response examples (200)
{
  "accessToken": "string",
  "channelId": 42,
  "createdAt": "2023-05-04T09:42:00+00:00",
  "id": 42,
  "name": "string",
  "shop": "string",
  "updatedAt": "2023-05-04T09:42:00+00:00"
}