v1
latestOpenAPI 3.0.0All rights reserved2026-07-2439128156.3 KBKey
Create Key
Creates a Key.
post/v1/clients/{ClientID}/keys
Path parameters
ClientIDstring required
22-character ClientID. Present in your credential file. Ask boarding/support if you need to specify a SubClientID.
Request body
Example request
{
"format": "ASN.1"
}Response
A Key is created.
Example response
{
"keyID": "TabaPay_KeyID_22_chars"
}