MeResponse
GET /me — who this key is. owner is null for a machine key; authoring reports
whether the key would clear the ENGINEER gate on the authoring endpoints.
statusstringrequired
Always success.
key objectrequired
prefixstringrequired
namestringrequired
scopesstring[]required
createddate-timerequired
last_used_atdate-timenullablerequired
organization objectrequired
iduuidrequired
namestringrequired
slugstringrequired
owner objectnullablerequired
usernamestringrequired
display_namestringrequired
rolestringnullablerequired
authoringbooleanrequired
True if the key may author pathways (owner-bound engineer).
MeResponse
{
"status": "string",
"key": {
"prefix": "string",
"name": "string",
"scopes": [
"string"
],
"created": "2024-07-29T15:51:28.071Z",
"last_used_at": "2024-07-29T15:51:28.071Z"
},
"organization": {
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"slug": "string"
},
"owner": {
"username": "string",
"display_name": "string",
"role": "string"
},
"authoring": true
}