POST /square-space-stores.json
POST /square-space-stores.json
curl \
-X POST http://api.example.com/v1/square-space-stores.json \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-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": "2024-05-04T09:42:00+00:00",
"id": 42,
"name": "string",
"shop": "string",
"updatedAt": "2024-05-04T09:42:00+00:00"
}