Class ApiKeyService
java.lang.Object
com.easypost.service.ApiKeyService
-
Method Summary
-
Method Details
-
all
Get all API keys.- Returns:
- ApiKeys object.
- Throws:
EasyPostException
- when the request fails.
-
retrieveApiKeysForUser
Get this User's API keys.- Parameters:
id
- The ID of the user.- Returns:
- List of ApiKey objects.
- Throws:
EasyPostException
- when the request fails.
-