cURL
curl --request PATCH \ --url https://api.deck.co/v2/credentials/{credential_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "auth_credentials": "<unknown>", "external_id": "<string>" } '
{ "id": "<string>", "object": "<string>", "status": "<string>", "source_id": "<string>", "auth_method": "<string>", "auth_credentials": { "username": "<string>", "key": "<string>" }, "external_id": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "request_id": "<string>" }
Clerk JWT, client credential JWT, or secret key (sk_live_...)
OK
Show child attributes
Was this page helpful?