1. oauth
AFAX-v4
  • AFAX API V4
    • Documents
    • oauth
      • /oauth/token
        POST
    • faxes
      • /faxes
      • /faxes/binary
      • /faxes/{rfid}/cancel
      • /faxes
      • /faxes/{rfid}
      • /faxes/{rfid}/media
      • /faxes/{rfid}
    • webhooks
      • /webhooks
      • /webhooks
      • /webhooks/signing-secret
      • /webhooks/signing-secret
      • /webhooks/signing-secret/rotate
      • /webhooks/{id}
      • /webhooks/{id}
      • /webhooks/{id}/deliveries
      • /webhooks/{id}/rotate-secret
    • system
      • /system/health
    • Schemas
      • Webhook.WriteRequest
      • Webhook.Created
      • Webhook.AFAXWebhook
      • Webhook.SecretCreated
      • Webhook.SecretStatus
      • Webhook.Delivery
      • FaxSubmission.CreateFaxRequest
      • FaxSubmission.FaxSender
      • FaxSubmission.FaxRecipient
      • FaxSubmission.FaxDocumentSource
      • FaxSubmission.FaxCoverPage
      • FaxSubmission.CreateFaxResponse
      • FaxSubmission.FaxResourceLinks
      • FaxResult.FaxResult
      • FaxResult.FaxDocumentTotals
      • FaxResult.FaxOutcome
      • FaxResult.FaxResultPage
      • FaxResult.FaxLifecycleResponse
      • Auth.TokenResponse
  1. oauth

/oauth/token

POST
/oauth/token

Request

Body Params application/x-www-form-urlencoded

Responses

🟢200
application/json
Successful response
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://api.faxlink.ca/afx/v4//oauth/token' \
--data-urlencode 'grant_type=' \
--data-urlencode 'client_id=' \
--data-urlencode 'client_secret=' \
--data-urlencode 'scope='
Response Response Example
{
    "access_token": "string",
    "token_type": "string",
    "expires_in": 0,
    "scope": "string"
}
Modified at 2026-09-15 23:12:39
Previous
Documents
Next
/faxes
Built with