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
| Policy | Value |
|---|---|
| Operation | GET /v1/api-tokens/{id} |
| Class | read-only |
| Risk | low |
| Confirmation | not-required |
| Retry | safe |
| Rate-limit tier | read |
| Roles | owner, admin, member |
| Scopes | mcp:read |
Arguments
| Argument | In | Type | Required | Description |
|---|---|---|---|---|
id | path | string | Yes | The API token id. |
Result
Returns 200 with a JSON body.
| Field | Type | Required | Description |
|---|---|---|---|
createdAt | string (date-time) | Yes | |
description | string or null | Yes | Maximum length: 255. |
id | string (uuid) | Yes | |
lastUsedAt | string (date-time) or null | Yes | Most recently recorded successful authentication time; null means no successful use has been recorded. |
name | string | Yes | Maximum length: 100. |
Errors
| Status | Description |
|---|---|
401 | A valid OAuth client_user access token is required. |
ApiToken_list
List the caller’s active API tokens for the selected client
| Policy | Value |
|---|---|
| Operation | GET /v1/api-tokens |
| Class | read-only |
| Risk | low |
| Confirmation | not-required |
| Retry | safe |
| Rate-limit tier | read |
| Roles | owner, admin, member |
| Scopes | mcp:read |
Arguments
This tool takes no arguments.
Result
Returns 200 with a JSON body.
| Field | Type | Required | Description |
|---|---|---|---|
data | array of object | Yes | |
data[].createdAt | string (date-time) | Yes | |
data[].description | string or null | Yes | Maximum length: 255. |
data[].id | string (uuid) | Yes | |
data[].lastUsedAt | string (date-time) or null | Yes | Most recently recorded successful authentication time; null means no successful use has been recorded. |
data[].name | string | Yes | Maximum length: 100. |
Errors
| Status | Description |
|---|---|
401 | A valid OAuth client_user access token is required. |
Tool reference
Every tool FloPay MCP serves, generated from the reviewed API contract, with its operation, class, risk, and required scopes, grouped by product area.
Disputes tools
Arguments, results, errors, and access, confirmation, and retry policy for each Disputes tool in FloPay MCP, from the reviewed API contract.