# Get token

Get a token to access the rest of the LawVu APIs

Endpoint: POST /v1/auth/token
Version: 1.0

## Request fields (application/x-www-form-urlencoded):

  - `grant_type` (string)

  - `client_id` (string)

  - `client_secret` (string)

  - `username` (string)

  - `password` (string)

  - `refresh_token` (string)

  - `code` (string)

  - `redirect_uri` (string)

  - `SSOId` (string)

  - `SAMLResponse` (string)

  - `region_hint` (string)

## Response 200 fields (text/plain):

  - `access_token` (string,null)

  - `token_type` (string,null)

  - `expires_in` (integer)

  - `refresh_token` (string,null)

  - `userName` (string,null)

  - `userId` (string)

  - `expires` (string)

  - `gateway` (string,null)

  - `emailDomain` (string,null)


