cURL
curl --request GET \ --url https://api.us.lexful.app/v1/assets/{assetTypeName}/{assetId}/revisions/{revisionId} \ --header 'Authorization: Bearer <token>' \ --header 'X-Account-ID: <api-key>'
{}
Get a specific revision of an asset
Bearer token
Account ID
Asset type name
Asset ID
Revision ID
Asset revision data
Was this page helpful?