action contribly_get_credentials { label: "List the credentials associated with the authenticated user." provider: contribly method: GET path: "/credentials" encoding: json output: { type: "array" items: { type: "object" properties: { scopes: { type: "array" items: { type: "string" } } type: { type: "string" } user: { type: "string" } value: { type: "string" } } } } }