Skip to main content
GET
/
v1
/
clients
/
:id
Get Client
curl --request GET \
  --url https://api.oviond.com/v1/clients/:id \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "id": "cliAbc123",
    "account_id": "ov:26AbCdEfGhIjKlMnOp",
    "name": "Acme Website",
    "website": "<string>",
    "timezone": "<string>",
    "currency": {
      "code": "USD",
      "symbol": "$",
      "iso": "US"
    },
    "screenshot": "<string>",
    "logo_url": "<string>",
    "favicon_url": "<string>",
    "folders": [
      "<string>"
    ],
    "created_at": "<string>",
    "updated_at": "<string>",
    "is_deleted": true,
    "deleted_at": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

Client document

success
enum<boolean>
required
Available options:
true
data
object
required