Retrieve all API keys belonging to a Business Account. The BA_ADMIN role is required to call this API.
GET /v1/accounts/{accountId}/apikeys
Authorization: Bearer <access_token>
accountId REQUIRED
string
RocketCOMS Business Account ID.
Returns the API keys for the Business Account.
id
string (UUID)
Unique ID used by RocketCOMS to identify the API key/secret pair.
key
string
API key.
SAMPLE RESPONSE
{
"status": "0000",
"result": [
{
"id": "ba68bc22-d512-4467-8a54-e92d8e8a9c53",
"key": "0cd7f9b65ed249c59b9bcd161016fe4b"
}
]
}
© 2022 Rocket Financial. All rights reserved. RocketFNCL, RocketKOR, RocketBNK are trade names of Rocket Financial Inc.