API Reference
Using the Ag.dev API
Retrieve details for a specific drive
cURL
curl --request GET \ --url https://api.ag.dev/v0.1/drives/{driveId} \ --header 'X-API-Key: <api-key>'
{ "id": "<string>", "organizationId": "<string>", "name": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }
Provide either X-API-Key: or Authorization: Bearer
Drive ID
Drive details
Organization ID
Human-readable name for the drive
Creation timestamp
Last update timestamp