Version: 2.0
Veryfi API
https://www.veryfi.com/Authentication
- API Key: ClientId
- API Key: Authorization
- API Key: Signature
- API Key: Timestamp
Client ID identifies which client is making the requests to Veryfi API. Your Client ID is located in the Keys section.
| Security Scheme Type: | apiKey |
|---|---|
| Header parameter name: | CLIENT-ID |
Your Username and API Key makes up an authorization key with the following format: apikey USERNAME:API_KEY. You can also find them in the Keys section.
| Security Scheme Type: | apiKey |
|---|---|
| Header parameter name: | AUTHORIZATION |
Generated value to sign the request. Read more in Auth section.
| Security Scheme Type: | apiKey |
|---|---|
| Header parameter name: | X-VERYFI-REQUEST-SIGNATURE |
Unix Timestamp integer, required with signature.
| Security Scheme Type: | apiKey |
|---|---|
| Header parameter name: | X-VERYFI-REQUEST-TIMESTAMP |