List Accessible Contracts
Endpoint
Request
curl -X 'GET' \
'https://api.ionos.com/activitylog/v1/contracts' \
-H 'accept: application/json'Header Parameters
Required
Type
Description
Response
[
{
"id": 12345678,
"type": "contracts",
"href": "https://api.ionos.com/activitylog/v1/contracts/12345678"
},
{
"id": 98765432,
"type": "contracts",
"href": "https://api.ionos.com/activitylog/v1/contracts/98765432"
}
]Last updated
Was this helpful?