From Bright Pattern Documentation
Jump to: navigation, search
(Created page with "<translate> = Authorization = The Bright Pattern SMS/MMS API uses basic authentication, OAuth 2.0, which enables secure resources to be retrieved while protecting user credent...")
 
(Updated via BpDeleteTranslateTags script)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<translate>
+
 
 
= Authorization =
 
= Authorization =
The Bright Pattern SMS/MMS API uses basic authentication, OAuth 2.0, which enables secure resources to be retrieved while protecting user credentials.
+
The Bright Pattern SMS/MMS API uses token authentication. All parameters are URL-encoded.  
 
 
Basic authentication is used where the username and password are exposed and can be changed by the contact center's system administrator in the Contact Center Administrator application.
 
 
 
All parameters are URL-encoded.  
 
  
 
For more on authorization, see the ''Tenant Management API Specification'', section [[Tenant-management-api-specification/RequestAccessToken  |  Request Access Token]].
 
For more on authorization, see the ''Tenant Management API Specification'', section [[Tenant-management-api-specification/RequestAccessToken  |  Request Access Token]].
 
 
</translate>
 

Latest revision as of 04:32, 29 May 2024

• 5.19 • 5.2 • 5.3 • 5.8


Authorization

The Bright Pattern SMS/MMS API uses token authentication. All parameters are URL-encoded.

For more on authorization, see the Tenant Management API Specification, section Request Access Token.

< Previous | Next >