Fetch Integration
Fetch integration details by Integration Token.
POST
/accounts/integrations
Request elements
Parameter | Type | Required | Description |
---|---|---|---|
integrationToken | String | Mandatory | Integration Token |
Error messages
Error Code | Error Message |
---|---|
1004 | The following field is not unique |
1010 | At least one of the following fields is required |
EXAMPLE REQUEST:
POST http://[subdomain].datanuum.com/accounts/integrations/
{
"integrationToken":"qwertyuiop8eTn1yF"
}
EXAMPLE RESPONSE:
{
"id": 39,
"title": "DN Integration",
"exampleURL": "https://myshop.myshopify.com/",
"shopDomain": "https://myshop.myshopify.com/",
"apiKey": "abcdefg123456789",
"password": "34567hhghf9ac0c084bf4f6",
"sharedSecret": "shpat_12345678987654321",
"integrationToken": "qwertyuiop8eTn1yF",
"onlineAPIClientDTO": {
"id": 1,
"progId": 1,
"title": "Integration Shopify",
"siteId": 1,
"source": "Ecommerce",
"apiToken": "asdfghj123456789",
"retired": false,
"created": "Dec 20, 2022 1:01:26 PM",
"createdBy": 1832
},
"created": "Dec 20, 2022 1:01:26 PM"
}