Updated leiLookup (markdown)

master
Igors Savins 2021-01-07 09:06:43 +02:00
parent 0b37fc020a
commit 405632dd9c
1 changed files with 2 additions and 1 deletions

@ -33,7 +33,8 @@ LEI number or company name search will reveal the information contained within a
- "success" - success code (true)
### Example
```
curl --location --request GET 'https://my.gogetssl.com/api/lei/lookup?auth_key={{V1_API_TOKEN}}&query=google'
curl --location --request GET 'https://my.gogetssl.com/api/lei/lookup?auth_key=${GOGETSSL_TOKEN}&query=google'
```