cURL
curl --request POST \ --url https://api.headlesscommerce.io/v1/admin/organization/members \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "email": "jsmith@example.com", "role": "admin" } '
{ "id": "<string>", "email": "jsmith@example.com", "name": "<string>", "role": "owner", "status": "active", "joined_at": "2023-11-07T05:31:56Z" }
API Key. 예: sk_live_xxxxx 또는 pk_live_xxxxx
admin
staff
viewer
Created
owner
active
invited