http://quickexpgxtyxalax7kfy4f3mntpjpqrfizwksogvtsgehkbkttuosid.onion/docs/api-v2
By creating an API key, our b2b customers will receive a key pair to sign their requests alongside a list of whitelisted IP addresses that can access the API endpoints. Note: you must have an active authorization cookie to perform /api/v1/users/* requests. Creating an API key While creating the API key, an array of whitelisted IPs must be passed: POST /api/v1/users/generate-api-key
Request:
{
"name": "test",
"whiteListIp": ["127.0.0.1"],
"isActive": true
}
Response:
{
"apiId":...