Skip to content

LettrLabs Public API Documentation (1.0.0)

LettrLabs Public API Documentation.

Languages
Servers
Mock server

https://docs.lettrlabs.com/_mock/lettrlabs_api_reference/

https://app.lettrlabs.com/api/

Request

Validate your API key.

Security
apikey
curl -i -X GET \
  https://docs.lettrlabs.com/_mock/lettrlabs_api_reference/v1/me \
  -H 'X-API-KEY: YOUR_API_KEY_HERE'

Responses

successful operation

Bodyapplication/json
profileobject(profile)
payloadobject(profile)
errorsArray of strings
hasErrorsboolean
warningsArray of strings
hasWarningsboolean
metadataobject
Response
application/json
{ "profile": { "id": 0, "aadId": "1cbad290-069a-4527-be23-a0c144b5302d", "email": "string", "firstName": "string", "lastName": "string", "company": "string", "created": "2019-08-24T14:15:22Z", "shouldProcessQrCodes": true }, "payload": { "id": 0, "aadId": "1cbad290-069a-4527-be23-a0c144b5302d", "email": "string", "firstName": "string", "lastName": "string", "company": "string", "created": "2019-08-24T14:15:22Z", "shouldProcessQrCodes": true }, "errors": [ "string" ], "hasErrors": true, "warnings": [ "string" ], "hasWarnings": true, "metadata": { "property1": {}, "property2": {} } }
Operations
Operations
Operations
Operations
Operations