v1

latestOpenAPI 3.0.02026-07-26254134307.1 KB
Token Identity

API Token details

Fetch the details of the API token.

get/me

Response

API Token details

idstring required

Unique ID of company

namestring required

Name of company

Example response

{
  "_links": {
    "self": "https://yourCompany.api.frontapp.com/me"
  },
  "id": "cmp_k30",
  "name": "Dunder Mifflin Paper Company, Inc."
}