POST
/amazon-accounts.json
curl \
--request POST 'http://api.example.com/v1/amazon-accounts.json' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"authToken":"string","channelId":42,"marketplaceId":"string","name":"string","sellerId":"string"}'
Request examples
{
"authToken": "string",
"channelId": 42,
"marketplaceId": "string",
"name": "string",
"sellerId": "string"
}
Response examples (200)
{
"authToken": "string",
"channelId": 42,
"createdAt": "2025-05-04T09:42:00Z",
"id": 42,
"marketplaceId": "string",
"name": "string",
"sellerId": "string",
"updatedAt": "2025-05-04T09:42:00Z"
}