---
title: "Get credentials"
method: GET
path: "/api/v1/me"
tags: ["Me"]
---

# Get credentials

`GET /api/v1/me`

Retrieves the account information associated with the API key being used.

## Response `200`

successful

- MeResponse — Account information associated with the API key
  - `id` string, uuid, required — Membership ID
  - `role` string, required — Role within the account (e.g. owner, admin, member)
  - `archived` boolean
  - `user` object, required — The authenticated user
    - `id` string, uuid, required
    - `name` string, required
    - `email` string, email, required
    - `has_google_registration` boolean
    - `first_name` string
    - `preferences` object
      - `sales_document` boolean
      - `time_zone` string
      - `smart_fields` boolean
  - `account` AccountInfoResponse, required — Account or workspace information
    - `id` string, uuid, required
    - `name` string, required
    - `plan_tier` string, required
    - `active_templates` integer
    - `can_create_template` boolean
    - `can_create_tracking_document` boolean
    - `can_create_completion_document` boolean
    - `active_users` object[]
      - `id` string, uuid, required
      - `name` string, required
      - `email` string, email, required
      - `has_google_registration` boolean
    - `preferences` object
      - `date_format` string
      - `days_until_links_expire` integer
      - `disable_apply_everywhere` boolean
      - `disable_apply_everywhere_effective` boolean
      - `disable_drawn_signatures` boolean
      - `disable_typed_signatures` boolean
      - `disable_uploaded_signatures` boolean
      - `enable_redirect` boolean
      - `hide_document_id_in_audit` boolean
      - `mute_branding` boolean
      - `redirect_url` string, nullable
      - `separate_audit_pdf` boolean
      - `separate_completed_file` boolean
      - `enable_nom151_compliance` boolean
  - `workspace` AccountInfoResponse, required — Account or workspace information
    - `id` string, uuid, required
    - `name` string, required
    - `plan_tier` string, required
    - `active_templates` integer
    - `can_create_template` boolean
    - `can_create_tracking_document` boolean
    - `can_create_completion_document` boolean
    - `active_users` object[]
      - `id` string, uuid, required
      - `name` string, required
      - `email` string, email, required
      - `has_google_registration` boolean
    - `preferences` object
      - `date_format` string
      - `days_until_links_expire` integer
      - `disable_apply_everywhere` boolean
      - `disable_apply_everywhere_effective` boolean
      - `disable_drawn_signatures` boolean
      - `disable_typed_signatures` boolean
      - `disable_uploaded_signatures` boolean
      - `enable_redirect` boolean
      - `hide_document_id_in_audit` boolean
      - `mute_branding` boolean
      - `redirect_url` string, nullable
      - `separate_audit_pdf` boolean
      - `separate_completed_file` boolean
      - `enable_nom151_compliance` boolean
  - `contact` object, required — The contact record for the authenticated user
    - `id` string, uuid, required
    - `email` string, email, required
    - `name` string, required
    - `company_name` string, nullable
    - `phone_number` string, nullable
    - `alt_phone_number` string, nullable
    - `website` string, nullable
    - `initials` string
    - `archived` boolean

## Other responses

- `401` — unauthorized
- `429` — rate limit exceeded

---

[API](https://skmtc.net/signwell/apis/signwell-developer-api.md) · [All operations](https://skmtc.net/signwell/apis/signwell-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/signwell/signwell-developer-api/revisions/debef5796b62/schema)
