v1

latestOpenAPI 3.1.02026-08-066378446.6 KB
Auth

Current API token details

<small>This endpoint is available to any valid API token.</small>

Shows information about the current API token.

get/me

Response

MeResource

Example response

{
  "data": {
    "uuid": "19378802-b5df-466f-abd4-2df0d1d01537",
    "name": "fynk API token",
    "expires_at": "2025-08-24T14:15:22Z",
    "account": {
      "uuid": "d6af2944-82e4-4791-8bec-41765215900f",
      "name": "Demo Inc."
    },
    "settings": {
      "account_default_api_version": "2025-05-22",
      "request_api_version": "2025-05-22",
      "latest_api_version": "2025-06-06",
      "changelog": {
        "2025-06-06": [
          "Renamed `is_internal` field in the SignatoryResource to `has_account_user`"
        ]
      }
    }
  },
  "links": {
    "documentation": "https://app.fynk.com/v1/docs",
    "document_list": "https://app.fynk.com/v1/api/documents",
    "template_list": "https://app.fynk.com/v1/api/templates"
  }
}