cURL
curl --request PATCH \ --url https://api.ziplink.click/v1/workspaces/{workspace_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "billing_address_city": "cus_JgZ1z1z1z1z1z1", "billing_address_country": "cus_JgZ1z1z1z1z1z1", "billing_address_line_1": "cus_JgZ1z1z1z1z1z1", "billing_address_line_2": "cus_JgZ1z1z1z1z1z1", "billing_address_postal_code": "cus_JgZ1z1z1z1z1z1", "billing_address_state": "cus_JgZ1z1z1z1z1z1", "email": "[email protected]", "name": "ACME Inc." }'
{ "billing_address_city": "cus_JgZ1z1z1z1z1z1", "billing_address_country": "cus_JgZ1z1z1z1z1z1", "billing_address_line_1": "cus_JgZ1z1z1z1z1z1", "billing_address_line_2": "cus_JgZ1z1z1z1z1z1", "billing_address_postal_code": "cus_JgZ1z1z1z1z1z1", "billing_address_state": "cus_JgZ1z1z1z1z1z1", "created_at": "2023-11-07T05:31:56Z", "email": "[email protected]", "id": "ab782971-4d79-47ab-8685-77cf5a34b2bb", "name": "ACME Inc.", "updated_at": "2023-11-07T05:31:56Z" }
Update the workspace by its ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the workspace.
"ab782971-4d79-47ab-8685-77cf5a34b2bb"
OK
A workspace in the system.