Re:amaze
Customer support and helpdesk platform integration
| API | Protocol | Base URL | Docs | Reference | OpenAPI | SDKs |
|---|---|---|---|---|---|---|
| Main | rest | https://{brand}.reamaze.io/api/v1 | link | — | — | — |
Actions (32)
Articles · 6
- Create articlePOST /topics/{slug}/articles
Create a new article under a topic
documented - Create articlePOST /articles
Create a new article without a topic
documented - Get articleGET /articles/{slug}
Retrieve a specific Help Article by slug
documented - List articlesGET /articles
Retrieve Help Articles for the Brand
documented - List articles by topicGET /topics/{slug}/articles
Retrieve articles under a specific topic
documented - Update articlePUT /articles/{slug}
Update an article by slug
documented
Conversations · 6
- Add message to conversationPOST /conversations/{slug}/messages
Create a new message in a conversation
documented - Create conversationPOST /conversations
Create a new conversation
documented - Get conversationGET /conversations/{slug}
Retrieve a conversation by slug
documented - List conversationsGET /conversations
Retrieve conversations for the Brand
documented - List messagesGET /conversations/{slug}/messages
Retrieve messages in a conversation
documented - Update conversationPUT /conversations/{slug}
Update a conversation by slug
documented
Status Page · 6
- Create incidentPOST /incidents
Create a new incident
documented - Get incidentGET /incidents/{identifier}
Retrieve an incident by identifier
documented - List active incidentsGET /incidents/active
Retrieve active incidents for the Brand
documented - List incidentsGET /incidents
Retrieve incidents for the Brand
documented - List systemsGET /systems
Retrieve systems for the Brand
documented - Update incidentPUT /incidents/{identifier}
Update an incident by identifier
documented
Contacts · 5
- Add identityPOST /contacts/{email}/identities
Attach an identity to a contact
documented - Create contactPOST /contacts
Create a new contact
documented - List contactsGET /contacts
Retrieve contacts for the Account
documented - List identitiesGET /contacts/{email}/identities
Retrieve identities for a contact
documented - Update contactPUT /contacts/{identifier}
Update a contact by identifier (or /contacts/{identifier}?identifier_type=...)
documented