API keys
List API keys
List API keys for an owner with the Go SDK.
GET
List API keys
Use
client.ApiKeys.List to list API keys for an owner.
1
Call the method
client.ApiKeys.List
2
Use the key list
Iterate over
keys to find keys by name, scopes, or expiration. Plaintext key values are not included in list results.3
Response
Related docs
How API keys work
Scopes, the master key, and the auth model.
List API keys
HTTP request and response schema.