Catalogs
A programatic method to query the list of skills available for integration.
GET Skills
POST https://api.finqware.com/v1/skills/get
This endpoint allows you query the list of Finqware skills.
Request Body
Name
Type
Description
client_id*
string
An identifier for your tenant app.
client_secret*
string
A tenant app secret.
// check the errors docs page for details
{
  "id": "uuid",
  "type": "invalid_request",
  "http": 400,
  "code": "invalid_client_id",
  "message": "error message"
}Last updated