# Federation

## Changelog

- [Changelog](https://rest-api-federation.symphony.com/changelog/changelog.md)

## 26.07 - PROD

- [Federation public API](https://rest-api-federation.symphony.com/readme.md): API for Symphony Federation Services (SFS) MicroService (MS) Admin
- [Getting started](https://rest-api-federation.symphony.com/readme/getting-started.md)
- [WhatsApp onboarding flow](https://rest-api-federation.symphony.com/readme/getting-started/whatsapp-onboarding-flow.md)
- [SMS & Voice Direct onboarding flow](https://rest-api-federation.symphony.com/readme/getting-started/whatsapp-onboarding-flow-1.md)
- [LINE onboarding flow](https://rest-api-federation.symphony.com/readme/getting-started/line-onboarding-flow.md)
- [Authentication](https://rest-api-federation.symphony.com/readme/authentication.md)
- [Permissions](https://rest-api-federation.symphony.com/readme/permissions.md): Available permissions as of release 26.07
- [Contact API](https://rest-api-federation.symphony.com/readme/contact.md)
- [Contact status](https://rest-api-federation.symphony.com/readme/contact/contact-status.md)
- [WhatsApp contact preferred language](https://rest-api-federation.symphony.com/readme/contact/whatsapp-contact-preferred-language.md)
- [Companies API](https://rest-api-federation.symphony.com/readme/companies.md)
- [Entitlements API](https://rest-api-federation.symphony.com/readme/entitlement.md)
- [Customer Block API](https://rest-api-federation.symphony.com/readme/customer-block-api.md)
- [Federation Group API](https://rest-api-federation.symphony.com/readme/federationgroup.md)
- [Permissions API](https://rest-api-federation.symphony.com/readme/permissions-1.md)
- [Phone number API](https://rest-api-federation.symphony.com/readme/phone-number-api.md)
- [Room API](https://rest-api-federation.symphony.com/readme/room.md)
- [Search API](https://rest-api-federation.symphony.com/readme/search.md)
- [Tenant API](https://rest-api-federation.symphony.com/readme/tenant.md)
- [WhatsApp Interactive Message Templates](https://rest-api-federation.symphony.com/whatsapp-interactive-message-templates.md)

## 26.08 - UAT

- [Federation public API](https://rest-api-federation.symphony.com/26.08/readme.md): API for Symphony Federation Services (SFS) MicroService (MS) Admin
- [Getting started](https://rest-api-federation.symphony.com/26.08/readme/getting-started.md)
- [WhatsApp onboarding flow](https://rest-api-federation.symphony.com/26.08/readme/getting-started/whatsapp-onboarding-flow.md)
- [SMS & Voice Direct onboarding flow](https://rest-api-federation.symphony.com/26.08/readme/getting-started/whatsapp-onboarding-flow-1.md)
- [LINE onboarding flow](https://rest-api-federation.symphony.com/26.08/readme/getting-started/line-onboarding-flow.md)
- [Authentication](https://rest-api-federation.symphony.com/26.08/readme/authentication.md)
- [Permissions](https://rest-api-federation.symphony.com/26.08/readme/permissions.md): Available permissions as of release 24.10
- [Contact API](https://rest-api-federation.symphony.com/26.08/readme/contact.md)
- [Contact status](https://rest-api-federation.symphony.com/26.08/readme/contact/contact-status.md)
- [WhatsApp contact preferred language](https://rest-api-federation.symphony.com/26.08/readme/contact/whatsapp-contact-preferred-language.md)
- [Companies API](https://rest-api-federation.symphony.com/26.08/readme/companies.md)
- [Entitlements API](https://rest-api-federation.symphony.com/26.08/readme/entitlement.md)
- [Customer Block API](https://rest-api-federation.symphony.com/26.08/readme/customer-block-api.md)
- [Federation Group API](https://rest-api-federation.symphony.com/26.08/readme/federationgroup.md)
- [Permissions API](https://rest-api-federation.symphony.com/26.08/readme/permissions-1.md)
- [Phone number API](https://rest-api-federation.symphony.com/26.08/readme/phone-number-api.md)
- [Room API](https://rest-api-federation.symphony.com/26.08/readme/room.md)
- [Search API](https://rest-api-federation.symphony.com/26.08/readme/search.md)
- [Tenant API](https://rest-api-federation.symphony.com/26.08/readme/tenant.md)
- [WhatsApp Interactive Message Templates](https://rest-api-federation.symphony.com/26.08/whatsapp-interactive-message-templates.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://rest-api-federation.symphony.com/readme.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.
