Authentication

Api Key

The api-key will be passed in the x-api-key header for each request, your LawGeex customer success manager will provide you with your dedicated key.

The api-key is a UUID V4 of 36 characters long.

{
 "headers": {
   "x-api-key": "<api-key>"
 }
}

Last updated