Create an API key
Creates a publishable or secret API key. The plaintext token is included in the response once for secret keys; publishable keys expose their token on every read since they are intended for client-side use.
Required scope: write_settings (for API-key authentication).
POST
Spree Admin SDK
Authorizations
Secret API key for admin access
JWT token for admin user authentication
Body
application/json
Response
secret key created — plaintext token returned once
Spree Admin SDK

