Documentation
MCPTool reference

Authentication tools

Arguments, results, errors, and access, confirmation, and retry policy for each Authentication tool in FloPay MCP, from the reviewed API contract.

Authentication tools

Generated from the FloPay MCP contract version 1, revision 764b41d5c7205d6df7eeaeac832fafe882247f5526b1d4d6bc6f98e3eaca7784.

ApiToken_get

Read one of the caller’s API tokens for the selected client

PolicyValue
OperationGET /v1/api-tokens/{id}
Classread-only
Risklow
Confirmationnot-required
Retrysafe
Rate-limit tierread
Rolesowner, admin, member
Scopesmcp:read

Arguments

ArgumentInTypeRequiredDescription
idpathstringYesThe API token id.

Result

Returns 200 with a JSON body.

FieldTypeRequiredDescription
createdAtstring (date-time)Yes
descriptionstring or nullYesMaximum length: 255.
idstring (uuid)Yes
lastUsedAtstring (date-time) or nullYesMost recently recorded successful authentication time; null means no successful use has been recorded.
namestringYesMaximum length: 100.

Errors

StatusDescription
401A valid OAuth client_user access token is required.

ApiToken_list

List the caller’s active API tokens for the selected client

PolicyValue
OperationGET /v1/api-tokens
Classread-only
Risklow
Confirmationnot-required
Retrysafe
Rate-limit tierread
Rolesowner, admin, member
Scopesmcp:read

Arguments

This tool takes no arguments.

Result

Returns 200 with a JSON body.

FieldTypeRequiredDescription
dataarray of objectYes
data[].createdAtstring (date-time)Yes
data[].descriptionstring or nullYesMaximum length: 255.
data[].idstring (uuid)Yes
data[].lastUsedAtstring (date-time) or nullYesMost recently recorded successful authentication time; null means no successful use has been recorded.
data[].namestringYesMaximum length: 100.

Errors

StatusDescription
401A valid OAuth client_user access token is required.

On this page