List ACME account bindings
The LISTBINDINGS action lists the details of the ACME account bindings belonging to the specified Sectigo Reseller account (loginName).
Action: LISTBINDINGS
| Variable Name | Type | Max. Length | Description |
|---|---|---|---|
|
string |
64 chars |
Your account username. This value is case sensitive. |
|
string |
128 chars |
Your account password. This value is case sensitive. |
|
string |
30 chars |
The action to be taken. In this case, the value is: |
Response
Response parameters
The response may contain the following parameters:
| Parameter | Type | Description |
|---|---|---|
|
array |
The list of ACME account bindings associated with the specified Sectigo Reseller account. |
The beginning of the |
||
|
boolean |
Indicates whether the ACME account binding is reusable. |
|
string |
The MAC Key for the ACME account binding. |
|
string |
The Base64 URL-encoded Key ID for the ACME account binding. |
|
string |
The timestamp of the last activity for the ACME account binding (if applicable). |
Sample success responses
{
"Bindings": [
{
"reusable": true,
"eabMACKeyb64url": "ZyX321_abc654DeF1",
"eabMACIDb64url": "ghM4321abc_D8765xyZ"
},
{
"reusable": false,
"lastActivity": "2019-03-14T14:37:42Z",
"eabMACKeyb64url": "1FeD456cba_123XyZ",
"eabMACIDb64url": "Zyx5678D_cba1234Mhg"
},
{
"reusable": true,
"lastActivity": "2019-03-11T10:43:43Z",
"eabMACKeyb64url": "0n1234_hgfD45678gNQ",
"eabMACIDb64url": "YS8765-trEw4321WD"
}
]
}
{
"Bindings": []
}