Get List API integrations
Company > Api Integrations
Get List API integrations
Retrieve Data
This endpoint allows you to retrieve the data.
Request Body
This request does not require a request body.
Response Body
The response will contain the data requested.
{
"type": "object",
"properties": {
"message": {
"type": "string"
},
"status": {
"type": "integer"
},
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"value": {
"type": "string"
}
}
}
}
}
}
GET
Get List API integrations
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200 - application/json
OK
The response is of type object.