Skip to content
Search
K
Main Navigation
Guide
Rest API
Wiki
Appearance
Menu
Return to top
Request to join a store team.
POST
/api/stores/{storeId}/requests
Authorizations
api_key
Requests manipulating data need to supply a CSRF token
Type
API Key (header: X-CSRF-Token)
Parameters
Path Parameters
storeId
*
for which store to apply
Type
integer
Required
Request Body
application/json
Schema
JSON
JSON
{
"message"
:
"string"
}
Responses
200
401
403
404
422
Success
POST
/api/stores/{storeId}/requests
Playground
Authorization
api_key
Variables
Key
Value
storeId
*
Body
Try it out
Samples
cURL
JavaScript
PHP
Python
cURL
JavaScript
PHP
Python