Get connection step 2 fields
get
/v1/connections/{uuid}/step2

Get connections step 2 fields. This is especially relevant for OAuth integrations, where the fields can not be part of the create response.

🔐 Authentication
X-TOKEN Token generated for a UI session
Header parameter: X-TOKEN
📤 Request

uuid
string
required
uuid

The UUID of the connection the fields should be fetched for.

Example: 3598b23c-31db-4be9-9e6b-6aa1d5b60335
📥 Response
200 Successfull
Content Type:
401 Unauthorized Error
Content Type:
404 Not Found
Content Type:
403 Forbidden
Content Type:
422 Unprocessable Entity
Content Type:
500 Internal Server Error
Content Type:
Response Examples