GuideLab API

Get a pickup form element by ID

Retrieve a single form element by its ID. Must belong to the current lab. Lab only.

GET
/pickup-requests/elements/{id}

Retrieve a single form element by its ID. Must belong to the current lab. Lab only.

Authorization

__Secure-guidelab-prod.session_token<token>

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

In: cookie

Path Parameters

id*string

Response Body

application/json

curl -X GET "https://example.com/pickup-requests/elements/550e8400-e29b-41d4-a716-446655440000"
{  "element": null}
Empty
Empty
Empty
Empty