Get Order Template Count
Returns the number of active/created order templates and additional details
customerId is the unique identifier of the customer
Sample API Request: GET
URL: https://caas-staging.coinme.com/services/order-template/count/{customerId}?providerId={providerId}
headers:
"Authorization":"asdfghj", //authorization token, required,
'User-Agent: partnerapi' //required
Sample API Response
{
"data":
{
"createdCount": 1, // The the number of active/created order templates
"maxOrdersSubmitted": 2, // Maximum number of of active/created order templates
"maximumReached": false // Indicates whether the maximum number of active/created order templates is reached
}
"errorResponse": null
}Updated 6 days ago