Go to the table of contents Go to the previous page Go to the next page View or print as PDF
Authentication > Access Token API
Access Token API
Forcepoint DLP REST API Guide | Dec 2021
The access token API retrieves the access token that is used for the application REST API authentication.
POST https://<DLP Manager IP>:<DLP Manager port>/dlp/rest/v1/auth/access-token
In this section:
*
*
*
*
Header parameters for the access token API
The following header parameter is required: refresh-token.
 
Request example for the access token API
A full request is not sent for this API. Only the header parameter is sent in the request.
curl --location --request POST 'https://<DLP Manager IP>:<DLP Manager port>/dlp/rest/v1/auth/access-token' \
--header 'refresh-token: Bearer <refresh token> '
Response example for the access token API
{
"access_token": "<JWT access token>",
"access_expires_in": <expiration_value>,
"token_type": "JWT"
}
Status and error codes for the access token API
 
 

Go to the table of contents Go to the previous page Go to the next page View or print as PDF
Authentication > Access Token API
Copyright 2021 Forcepoint. All rights reserved.