Key
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"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.