Resource API
List Team Report Builders
API Documentation
Customer API
Resource API
Partners API
End User API [Deprecated]
End User Group API [Deprecated]
Resource API
List Team Report Builders
GET
/
api
/
reports
curl --location --request GET 'https://api.explo.co/api/reports/' \
--header 'Content-Type: application/json' \
--header 'Explo-Authorization: Token <token>'
{
"success": 1,
"reports": [
{
"name": "Example Report",
"embed_id": "vcjTgL2wdX"
},
{
"name": "Production Report",
"embed_id": "JQvCTLT76V"
}
]
}
Response
Indicates whether the call was successful. 1 if successful, 0 if not.
curl --location --request GET 'https://api.explo.co/api/reports/' \
--header 'Content-Type: application/json' \
--header 'Explo-Authorization: Token <token>'
{
"success": 1,
"reports": [
{
"name": "Example Report",
"embed_id": "vcjTgL2wdX"
},
{
"name": "Production Report",
"embed_id": "JQvCTLT76V"
}
]
}
curl --location --request GET 'https://api.explo.co/api/reports/' \
--header 'Content-Type: application/json' \
--header 'Explo-Authorization: Token <token>'
{
"success": 1,
"reports": [
{
"name": "Example Report",
"embed_id": "vcjTgL2wdX"
},
{
"name": "Production Report",
"embed_id": "JQvCTLT76V"
}
]
}