Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey-Verkhovsky committed Nov 29, 2021
1 parent e7b70c5 commit bc1348b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ See the client [API reference](docs/client_api.md)

#### Request
```sh
curl --header "Content-Type: application/json" \
-d "{\"secretKey\": \"YOUR_SECRET_API_KEY\", \"requestId\": \"YOUR_REQUEST_ID\"}" \
https://aev.fpapi.io/api/v1/verify
curl https://aev.fpapi.io/api/v1/verify \
-H 'Content-Type: application/json' \
-d '{"secretKey": "YOUR_PRIVATE_API_KEY", "requestId": "YOUR_REQUEST_ID"}'
```

#### Response
Expand Down

0 comments on commit bc1348b

Please sign in to comment.