TheDocumentation Index
Fetch the complete documentation index at: https://docs.relayos.com.br/llms.txt
Use this file to discover all available pages before exploring further.
/v1/projects/me endpoint gives you access to your project’s configuration. Use the GET operation to inspect current settings, and the PUT operation to connect your Meta credentials and webhook URL before sending your first message.
Retrieve project details
GET https://api.relayos.com.br/v1/projects/me
Returns the current configuration for your project, including your Meta credentials status and registered callback URL.
Response
Unique identifier for your project.
Project display name.
Contact email for the project owner.
Your Meta Phone Number ID, if configured.
Webhook URL where RelayOS sends message status events, if configured.
ISO 8601 timestamp of project creation.
Update Meta credentials
PUT https://api.relayos.com.br/v1/projects/me/meta-credentials
Configure or update the Meta credentials and webhook URL that RelayOS uses to send WhatsApp messages on your behalf. You must call this endpoint before you can send any messages.
Your WhatsApp Phone Number ID from the Meta Developer Console. Found under WhatsApp > API Setup in your Meta app.
A valid Meta access token with
whatsapp_business_messaging permissions. For production, use a permanent system user token.HTTPS URL where RelayOS will send webhook events for message status updates (e.g.,
DELIVERED, READ, FAILED). Optional — you can add or update it at any time.Response
A200 response confirms the credentials were saved.
Your project identifier.
The Phone Number ID that was saved.
The webhook URL that was saved.
ISO 8601 timestamp of the update.
The
metaAccessToken is never returned in responses. To rotate your token, call this endpoint again with the new value.