Create an API key
API Keys
Create an API key
The full secret value is returned only once, in this response. Store it securely; Pulsewave cannot show it to you again.
POST
Create an API key
Authorizations
All requests must include Authorization: Bearer <api_key>. Keys are prefixed pw_live_ or pw_test_. See Authentication.
Body
application/json
Example:
"Production backend"
Test keys can only send to verified test addresses and never incur charges
Available options:
live, test Permissions granted to this key. Defaults to ["messages:write", "messages:read"].
Example:
["messages:write", "messages:read"]Response
The created API key, including its one-time secret
Example:
"key_4m8n2q"
Available options:
api_key Test keys can only send to verified test addresses and never incur charges
Available options:
live, test The full secret key. Only returned once.
Example:
"pw_live_8f2k9q3m1n7r5t6y4u2i0o8p"