API Keys
Get Application User's Sandbox API Keys
Retrieve all sandbox API keys for the given Application User
GET
/
key
/
{userId}
/
sandbox
Request
Authorization
string
requiredAn API key is a token that you provide when making API calls.
Integral-Application-Id
string
requiredAn Application ID that finds the application you are working with. This Application ID can be found on the Integral platform through the dashboard or Application’s page.
Body Parameters
userId
string
requiredThis is a unique index on YOUR database to find users. This will allow us to know which sandbox API key associates to each user on your application’s end.
Response
The response of this API request provides back a list of information on all generated sandbox API keys for a given Application User.
** This list does contain revoked and paused API keys **
Response Fields
apiKeys
ApiKeys[]
required