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": [] }
Retrieve the capabilities of your Ivy account. The capabilities are broken down by market and by product.
API key for authentication
Returns the active capabilities of the requested market.
The response is of type object.
object
Was this page helpful?