Make an API Call
You can make an API call to a SASE service when you have done all of the following:
- Created at least one TSG.
- Created at least one service account.
- Assigned a role to the service account.
- Obtained an access token.
To make an API call, provide your access token on the request using the Authorization
HTTP
header using the Bearer
keyword.
For example, using curl:
curl -o --location "https://api.sase.paloaltonetworks.com/config/v1/jobs" \
-H "Authorization: Bearer <ACCESS_TOKEN>" \
-H "Content-Type: application/json"