> ## Documentation Index
> Fetch the complete documentation index at: https://docs.guile.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Forbidden

> Access to this resource is denied

## Cause

The authenticated user does not have permission to access this resource or perform this operation.

## Fix

Ensure you have the necessary permissions or contact an administrator to grant access, then call the same operation again.

## Retry safety

Not retryable until the underlying state or request changes.

## Raised by

Many operations return this problem. Check the error responses on the operation you called.

Examples:

* [Create an appointment](/api-reference/appointments/create-an-appointment)
* [Get an appointment](/api-reference/appointments/get-an-appointment)
* [Patch an appointment](/api-reference/appointments/patch-an-appointment)
* [Authorize an appointment payment](/api-reference/appointments/authorize-an-appointment-payment)
* [List contactless payments](/api-reference/payments/list-contactless-payments)

## Example

```json theme={null}
{
  "type": "https://docs.guile.app/problems/forbidden",
  "title": "Forbidden",
  "status": 403,
  "detail": "The authenticated user does not have permission to access this resource or perform this operation."
}
```
