JFConnect REST APIs require authentication using Access Tokens as a bearer token in the authorization header (Authorization: Bearer <Token>
).
For example:
curl -H "Authorization: Bearer <Token>" http://ARTIFACTORY_SERVER_HOSTNAME:8082/jfconnect/api/v1/
Base URL
The JFConnect REST API URL is constructed as follows:
<JFrog Base URL>/jfconnect/api/v1