action callfire_find_api_credentials { label: "Find api credentials" description: "Searches for all credentials generated by user. Returns a paged list of the API credentials. Only ACCOUNT_HOLDER can invoke this API. For authentication use account credentials." provider: callfire method: GET path: "/me/api/credentials" encoding: json input: { type: "object" properties: { fields: { type: "string" } limit: { type: "integer" format: "int32" } name: { type: "string" } offset: { type: "integer" format: "int32" } } additionalProperties: false } output: { description: "~" type: "object" } }