v1
latestOpenAPI 3.1.02026-07-241660500.9 KBGet API Keys
Retrieve API key and secret pairs for specified merchant
get/v3/application
Query parameters
merchantIdstring required
Merchant Id
pageSizeinteger
Number of records to return
Response
200
Example response
{
"records": [
{
"applicationId": "078c0b21-xxxx-xxxx-xxxx-xxxxxxxxx078",
"name": "Example 123",
"description": "New API connection example",
"apiKey": "Y45YsGxxxxxe7ZGTwoW",
"locked": true,
"merchantId": 100000019,
"roleId": 2,
"utcDateCreated": "2018-05-16T18:20:57.177Z",
"utcDateModified": "2018-05-16T18:20:57.177Z"
}
],
"recordCount": 2
}