Returns the list of form libraries available to the authenticated user. Each user may have access to one or more libraries through their entitlements or purchases.
GET
/agents/libraries
curl \
--request GET 'https://ws.zipformplus.com/api/agents/libraries' \
--header "X-Auth-ContextId: $API_KEY"
Response examples (200)
{
"value": [
{
"id": "string",
"name": "string",
"description": "string",
"version": "string",
"state": "string",
"isActive": true
}
]
}