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
Header parameters
x-api-keystringOptionalExample:
Your credential's unique key
YOUR_API_KEY
x-tenantstringOptionalExample:
Your credential's tenant value
YOUR_TENANT
x-envstringOptionalExample:
Your credential's env value
YOUR_ENV
x-banknustringOptionalExample:
Your credential's banknu value
YOUR_BANKNU
user-agentstringOptionalExample:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36
x-interfacenumberOptionalExample:
postman-interface-v1.0.0
Body
Responses
200
Successful response
application/json
post
POST /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?