GuideLab API

Get the current pickup form for an active partnership

GET
/pickup-requests/form/{partnershipId}

Authorization

__Secure-guidelab-prod.session_token<token>

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

In: cookie

Path Parameters

partnershipId*string
Length1 <= length

Response Body

application/json

curl -X GET "https://example.com/pickup-requests/form/string"
{  "formRevisionId": "string",  "revision": 1,  "definition": [    {      "property1": null,      "property2": null    }  ],  "thankYouTitle": "string",  "thankYouMessage": "string"}
Empty
Empty
Empty
Empty