Verdocs - Developer Documentation
ReferenceRest APIApi docsProfiles

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" \    -H "Authorization: Bearer ACCESS_TOKEN" \    -H "content-type: application/json" \    -d '{"param": "value"}'
[
  null
]
{
  "status": "ERROR",
  "error": "string"
}
{
  "status": "ERROR",
  "error": "string"
}
{
  "status": "ERROR",
  "error": "string"
}
{
  "status": "ERROR",
  "error": "string"
}