Request App API
Learn about interacting with the Request app via the API
Base path and global segment
{
"message": "Not authenticated.",
"error": "Unauthorized",
"statusCode": 401
}Authentication
curl -L \
--url '{correct base path from above}/api/access-agreement' \
--header 'Authorization: Bearer <your-PAT>'
Delete a PAT
Download the Request app OpenAPI YAML
Last updated
Was this helpful?

