Who am I
/v1/meReturns the company name and the permissions of the calling key. Works with any valid key, no scope required. Integration platforms use this to label the connected account.
curl https://api.airbasehq.com/v1/me \
-H "Authorization: Bearer $API_KEY"{
"company": { "name": "Acme Inc." },
"apiKey": {
"name": "Zapier",
"permissions": {
"canManageInterviews": true,
"canManageApplications": true
}
}
}