Description: Posts the offline request token from the air-gapped JPD to the JFrog Entitlements Service and returns the entitlements in JSON format. You must run this API from a machine that has connectivity to the Internet.
Since: Artifactory 7.68.7
Security: Requires a valid offline request token
Usage: POST https://jes.jfrog.io/api/v1/offline_register body = {"offline_request_token": <token>}
Produces: text/plain
Sample Usage
curl --location 'https://jes.jfrog.io/api/v1/offline_register' \ --header 'Content-Type: application/json' \ --data '{ "offline_request_token": "<offline_request_token>" }'