Generate a new API key and corresponding Secret key for a Business Account. This is the only time the Secret key will be returned. The BA_ADMIN role is required to call this API.
POST /v1/accounts/{accountId}/apikeys
Authorization: Bearer <access_token>
accountId REQUIRED
string
RocketCOMS Business Account ID.
None
Returns the API key and Secret key.
id
string (UUID)
Unique ID used by RocketCOMS to identify the API key/secret pair.
key
string
API key.
secret
string
API secret key.
SAMPLE RESPONSE
{
"status": "0000",
"result": {
"id": "ba68bc22-d512-4467-8a54-e92d8e8a9c53",
"key": "0cd7f9b65ed249c59b9bcd161016fe4b",
"secret": "f769c48fb1b94b3cba96bc35ae255e76"
}
}
© 2023 Rocket Financial. All rights reserved. RocketFNCL, RocketKOR, RocketBNK are trade names of Rocket Financial Inc.
Services Agreement | Privacy Policy | RocketFNCL | © 2023 by Rocket Financial Inc. All rights reserved.
Services Agreement | Privacy Policy | RocketFNCL | © 2023 by Rocket Financial Inc. All rights reserved.
Services Agreement | Privacy Policy | RocketFNCL
© 2023 by Rocket Financial Inc. All rights reserved.