curl --request POST \
--url https://api.pocketenv.io/xrpc/io.pocketenv.sandbox.putTailscaleAuthKey \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>",
"authKey": "<string>",
"redacted": "<string>"
}
'{
"id": "<string>",
"authKey": "<string>",
"redacted": "<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.putTailscaleAuthKey \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>",
"authKey": "<string>",
"redacted": "<string>"
}
'{
"id": "<string>",
"authKey": "<string>",
"redacted": "<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 Tailscale Auth Key.
The Tailscale auth key (redacted in API responses)
The redacted Auth Key.
The timestamp when the Tailscale Auth Key was created.
The timestamp when the Tailscale Auth Key was last updated.
Was this page helpful?