Authentication Parameters
RealTime's SMS API implements OAuth2 for it's authentication flow.
OAuth doesn’t share password data but instead uses authorization tokens to prove an identity between consumers and service providers. OAuth2 is an authentication protocol that allows you to approve one application interacting with another on your behalf without giving away your password. All the tokens (
Client ID, Client Secret and Access Token
) are securely encrypted with JWT.Parameter | Description |
Grant Type | Client Credentials |
Client ID | |
Client Secret | |
Access Token URL | https://www.rti-sms.com/api/auth |
Last modified 2yr ago