# FAQ

<details>

<summary>Who is the Direct Booking API available to?</summary>

The Direct Booking API is available to groups using Multi-Property with the SiteMinder Platform.

Groups on the classic version of SiteMinder Channel Manager cannot access this API.

</details>

<details>

<summary>How do I Generate my API Access Key?</summary>

**How to generate your API key**

1. Go to Multi-Property > Direct Booking > API as an Admin user.
2. Click Generate Key.
3. Copy and save your API key securely.

If the screen is greyed out, you don't have the correct privileges (must be an Admin user). Ask a user with User management access to update your user permissions, or have an admin complete this task.

Your system will look like the above if the API key has been issued.

→ [How to I Generate my API Access Key](/direct-booking-api/additional-resources/generate-api-key.md)

</details>

<details>

<summary>How do I Revoke an API Key?</summary>

If your original access key has been compromised, you can revoke the API access key.

**How to revoke your API key**

1. Go to Direct Booking > API as an Admin user
2. Click View Key to display the hashed key
3. Click Revoke Access

Note:

* You'll need to manually generate a new key after revoking one
* The Hide Key and Revoke Access buttons appear after clicking View Key
* API keys are hashed/hidden by default for security
* There's no expiry on access key

→ [How to Revoke an API Key](/direct-booking-api/additional-resources/manage-api-key.md)

</details>

{% hint style="success" icon="sparkles" %}

## Still have questions?

Use the <i class="fa-gitbook-assistant">:gitbook-assistant:</i> **Ask** button at the top of the page to chat with our AI assistant — it can help you navigate the guide, understand requirements, and troubleshoot issues.

If you need more support, visit [Integration Support](/integration-support/integration-support.md).
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.siteminder.com/direct-booking-api/additional-resources/faq.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
