POST
/
api
/
service
/
merchant
/
capabilities
/
details
JavaScript
import Ivy from '@getivy/node-sdk';

const client = new Ivy({
  apiKey: 'My API Key',
});

const capability = await client.capabilities.retrieve({ market: 'AF' });

console.log(capability.capabilities);
{
  "capabilities": []
}

Authorizations

X-Ivy-Api-Key
string
header
required

API key for authentication

Body

application/json

Response

200 - application/json

Returns the active capabilities of the requested market.

The response is of type object.