GuideLab API

Get Ariba integration status and configuration

Retrieve the current SAP Ariba integration status and full configuration (connection, accounting, billing, automation) for the authenticated lab.

GET
/integrations/ariba

Retrieve the current SAP Ariba integration status and full configuration (connection, accounting, billing, automation) for the authenticated lab.

Authorization

__Secure-guidelab-prod.session_token<token>

Production session cookie set for the guidelab.co domain by Better Auth

In: cookie

Response Body

application/json

curl -X GET "https://example.com/integrations/ariba"
{  "id": "string",  "isEnabled": true,  "config": {    "connection": null,    "accounting": null,    "billTo": null,    "automation": null  }}
Empty