mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 09:43:36 +02:00
Add curl example #2452
This commit is contained in:
parent
4020516e9c
commit
0aa8058022
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@
|
|||
REPP uses currently Basic Authentication (http://tools.ietf.org/html/rfc2617#section-2) with ssl certificate and key.
|
||||
Credentials and certificate are issued by EIS (in an exchange for desired API username, CSR (where CN must match username) and IP).
|
||||
|
||||
To quickly test the API, use curl:
|
||||
|
||||
curl -q -k --cert user.crt.pem --key user.key.pem https://TBA/repp/v1/accounts/balance -u username:password
|
||||
|
||||
Test API endpoint: TBA
|
||||
Production API endpoint: TBA
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue