Get Keys

This API retrieves the user’s API credentials after successful authentication by verifying the user’s password (and optionally a 2FA code). On success, it returns the user’s API key and salt key, which are used to securely sign and authenticate future API requests to the system.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string

Valid user password for verification.

integer
required

The one-time code provided by the user to verify and validate two-factor authentication (2FA).

Headers
string
required

The unique API key assigned to the client for authenticating API requests.

string
required

The cryptographic signature generated to verify the integrity and authenticity of the request.

string
required

The timestamp of the API request used to prevent replay attacks.

string
required

Bearer token used to authenticate and authorize access to the API.

string
Response

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json