List of allowed projects
GET
api/v1/search/infoGet a list of all projects linked to the API subscription
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"request": "GET /api/v1/search/info?access_token=abcd-1234-abcd",
"request_id": "#r8tv9rr3rcmo#",
"result_accinfo": {
"projects": [
{
"account_id": "abcd-1153541-abcd",
"account_name": "Api Talkwalker",
"id": "12324-abcd-1234",
"name": "Pascal's Project"
}
]
},
"status_code": "0",
"status_message": "OK"
}
Loading...