Account
Get current account
Gets information on this account.
get/v1/
Response
OK
Example response
{
"account": {
"id": 1001,
"name": "Redis",
"createdTimestamp": "2018-12-23T15:15:31Z",
"updatedTimestamp": "2022-10-12T10:54:10Z",
"pocStatus": "inactive",
"marketplaceStatus": "active",
"key": {
"name": "capi-api-key-name",
"accountId": 1001,
"accountName": "Redis",
"allowedSourceIps": [
"0.0.0.0/0"
],
"createdTimestamp": "2022-05-11T12:05:47Z",
"owner": {
"name": "CAPI user",
"email": "capi.user@redis.com"
},
"userAccountId": 1,
"httpSourceIp": "79.0.0.173"
}
}
}