The authorization code is obtained by using an authorization server as an intermediary between the client and resource owner. When calling this method the link to a login page location is returned. Web applications are higly advised to use the Proof Key for Code Exchange scheme (PKCE) for security concerns.
When the client exchanges authorization code to access or refresh tokens, then Authorization header is not required. When the client refreshes a token belonging to a session opened using the refresh_token grant type, then Authorization header is not required. In both cases the client should provide the client_id as a form data parameter to identify itself.
Authenticate with the System Administrator
POST/api/login/oauth/token
Authenticate the PBX system administrator with PortSIP PBX.
Headers
Name
Value
Content-Type
application/x-www-form-urlencoded
Body
Name
Type
Description
grant_type
string
The value is always "password".
username
string
The System Administrator's username.
password
string
The System Administrator's password.
scope
string
The value is always "all"
client_id
string
The value is always "9d806019-75b2-4b3d-bb8b-f5a3a412cc0a".