Security
Here you will find all security related APIs
Our services require you to be authenticated and authorized, that's why you must generate your access token first. In order to create this token, you must provide your credential.
Your credential consists of three values: you api key, your secret, your tenant, your env and your banknu.
Your api key must be sent as a header, and also as your username along with your secret as Basic authorization.
Your tenant, env and banknu must be sent as headers values.
Authorizations
AuthorizationstringRequired
Header parameters
x-api-keystringOptionalExample:
Your credential's unique key
YOUR_API_KEYx-tenantstringOptionalExample:
Your credential's tenant value
YOUR_TENANTx-envstringOptionalExample:
Your credential's env value
YOUR_ENVx-banknustringOptionalExample:
Your credential's banknu value
YOUR_BANKNUuser-agentstringOptionalExample:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36x-interfacenumberOptionalExample:
postman-interface-v1.0.0Body
Responses
200
Successful response
application/json
post
/id/v1/identity/auth/tokenPOST /id/v1/identity/auth/token HTTP/1.1
Host: api-sandbox.preventor.com
Authorization: Basic username:password
Accept: */*
200
Successful response
No content
Last updated
Was this helpful?