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"
}
]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.