List Account API Keys
This endpoint lets you retrieve the API Keys for an account. Accounts come with one API key by default and should cover most use cases, however, any number of API keys can be created as needed.
This endpoint lets you retrieve the API Keys for an account. Accounts come with one API key by default and should cover most use cases, however, any number of API keys can be created as needed.
123
GET /v1/partners/accounts/242822/api_keys HTTP/1.1Host: api.shipengine.comAPI-Key: __YOUR_API_KEY_HERE__
123456789
[{"encrypted_api_key": "4WrQpShzaZvpRixBxwSLoYdXaGeU+LCpVsQjaKBFloU","created_at": "2017-07-13T16:22:46.633Z","description": "Partner Access Key","account_id": 242822,"api_key_id": 4094}]