API keys
Create API key
Create a new scoped API key with the Go SDK.
POST
Create API key
Use
client.ApiKeys.Create to create a scoped API key.
1
Call the method
client.ApiKeys.Create
2
Store the plaintext key
Save
apiKey.Key immediately. It is only returned at creation and cannot be retrieved later.3
Response
Related docs
How API keys work
Scopes, the master key, and the auth model.
Create API key
HTTP request and response schema.