Skip to main content
GET
/
api
/
v1
/
workspaces
/
{workspace_id}
/
billing
/
payment-method
Payment Methods
curl --request GET \
  --url https://colloqui-web-develop-btoadh.laravel.cloud/api/v1/workspaces/{workspace_id}/billing/payment-method \
  --header 'Authorization: Bearer <token>'
{
  "message": "Unauthenticated."
}

Documentation Index

Fetch the complete documentation index at: https://docs.colloqui.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer token authentication

Path Parameters

workspace_id
string
required

The ID of the workspace.

Response

401 - application/json
message
string
Example:

"Unauthenticated."