curl --request POST \
--url https://api.pocketenv.io/xrpc/io.pocketenv.sandbox.createIntegration \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>",
"name": "<string>"
}
'{
"id": "<string>",
"name": "<string>",
"webhookUrl": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}curl --request POST \
--url https://api.pocketenv.io/xrpc/io.pocketenv.sandbox.createIntegration \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>",
"name": "<string>"
}
'{
"id": "<string>",
"name": "<string>",
"webhookUrl": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
OK
Unique identifier of the integration.
The name of the integration, e.g. 'GitHub', 'Slack', 'Trello', etc.
The webhook URL of the integration.
The timestamp when the integration was created.
The timestamp when the integration was last updated.
Was this page helpful?