curl --request GET \
--url https://app.getaptly.com/api/users \
--header 'x-token: <x-token>'[
{
"_id": "JShpBxEFgRmZnivTf",
"name": "Alan Runyan",
"email": "alan@example.com"
}
]Returns a list of users in your Aptly organization.
curl --request GET \
--url https://app.getaptly.com/api/users \
--header 'x-token: <x-token>'[
{
"_id": "JShpBxEFgRmZnivTf",
"name": "Alan Runyan",
"email": "alan@example.com"
}
]Documentation Index
Fetch the complete documentation index at: https://aptly-1c228e04.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Your Aptly API Token. Available in the Aptly UI under Card Sources > API.
The page of results to return, 0-indexed. Page size is 200 items.