Get Database
List all databases that are currently active in the Campaign Manager.
Request | |
---|---|
Method | GET |
Resource | https://account.prod.vcc-live.app/api/v1/databases |
Options | N/A |
Body | N/A |
Response | |
Body | Project array, encoded in JSON |
Note: To authenticate for this API, provide your API token as a ‘Bearer’ token in the header: header ‘Authorization: Bearer yourtoken‘,
Request
Resource parameters
Name | Type | Mandatory | Comment |
---|
Response
Response object
Name | Type | Comment |
---|---|---|
id | string | uuid |
name | string | Database name |
createdAt | date-time | Time when database was created |
Example
Request
URL: https://account.prod.vcc-live.app/api/v1/databases
Response body
{
"response": [
{
"createdAt": "2022-04-14T07:47:56Z",
"id": "1defc037-fd73-46b6-8123-000000000000",
"name": "debt collection customers"
},
{
"createdAt": "2022-04-14T07:47:56Z",
"id": "58f3b5c8-d44e-47e4-9087-000000000000",
"name": "new leads"
},
{
"createdAt": "2022-04-14T11:38:38Z",
"id": "317940fc-9677-4458-a4e6-f8dd66e73ba2",
"name": "vip customers"
}
],
"errors": []
}
Comments
Can’t find what you need? Use the comment section below to connect with others, get answers from our experts, or share your ideas with us.
There are no comments yet.