microsoft-azure-communication-services website screenshot

microsoft-azure-communication-services

Azure Communication Services REST API.

1 APIs 0 Features

APIs

Azure Communication Services REST API

Azure Communication Services REST API provides cloud-based communication capabilities for voice calling, video calling, SMS messaging, email, and chat. It supports Teams interop...

Collections

Pricing Plans

Rate Limits

FinOps

Resources

👥
GitHubOrganization
GitHubOrganization
🌐
Portal
Portal
💰
Pricing
Pricing
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
💬
Support
Support
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Azure Communication Services REST API
  version: '2024-08-01'
request:
  auth:
    type: apikey
    key: Authorization
    value: '{{Authorization}}'
    placement: header
items:
- info:
    name: Identity
    type: folder
  items:
  - info:
      name: ACS Create identity
      type: http
    http:
      method: POST
      url: https://{resource}.communication.azure.com/identities
      params:
      - name: api-version
        value: ''
        type: query
    docs: Creates a new communication user identity.
  - info:
      name: ACS Delete identity
      type: http
    http:
      method: DELETE
      url: https://{resource}.communication.azure.com/identities/:id
      params:
      - name: id
        value: ''
        type: path
      - name: api-version
        value: ''
        type: query
    docs: Deletes a communication user identity.
  - info:
      name: ACS Issue access token
      type: http
    http:
      method: POST
      url: https://{resource}.communication.azure.com/identities/:id/:issueAccessToken
      params:
      - name: id
        value: ''
        type: path
      - name: api-version
        value: ''
        type: query
      body:
        type: json
        data: '{}'
    docs: Issues a scoped access token for an identity.
- info:
    name: SMS
    type: folder
  items:
  - info:
      name: ACS Send SMS
      type: http
    http:
      method: POST
      url: https://{resource}.communication.azure.com/sms
      params:
      - name: api-version
        value: ''
        type: query
      body:
        type: json
        data: '{}'
    docs: Sends one or more SMS messages.
- info:
    name: Email
    type: folder
  items:
  - info:
      name: ACS Send email
      type: http
    http:
      method: POST
      url: https://{resource}.communication.azure.com/emails:send
      params:
      - name: api-version
        value: ''
        type: query
      body:
        type: json
        data: '{}'
    docs: Queues an email for delivery.
bundled: true