Files
medusa-store/docs/api/admin/code_samples/Shell/publishable-api-keys/postundefined
2023-01-11 17:43:03 +02:00

7 lines
220 B
Plaintext

curl --location --request POST 'https://medusa-url.com/admin/publishable-api-keys' \
--header 'Authorization: Bearer {api_token}' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "Web API Key"
}'