Verdocs - Developer Documentation
ReferenceRest APIAPI DocumentationProfiles

Get the caller's profiles

A user may have multiple profiles, one for each organization of which they are a member. Only one profile may be "current" at a time.

GET
/v2/profiles

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://api.verdocs.com/v2/profiles"
[
  {
    "current": true,
    "id": "string",
    "organization_id": "string",
    "user_id": "string"
  }
]
{
  "status": "ERROR",
  "error": "string"
}
{
  "status": "ERROR",
  "error": "string"
}
{
  "status": "ERROR",
  "error": "string"
}
{
  "status": "ERROR",
  "error": "string"
}