Skip to main content
GET
/
admins
Get all admins
curl --request GET \
  --url https://api.getprimo.com/admins \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "type": "<string>",
      "id": "<string>",
      "email": "<string>",
      "roleName": "<string>"
    }
  ]
}
Key: Read Scope: Company

Authorizations

Authorization
string
header
required

Use your Primo API key in the Authorization header as Bearer <API_KEY>.

Response

default - application/json
data
object[]
required