curl --request GET \
--url https://api.apitally.io/v1/apps \
--header 'Api-Key: <api-key>'{
"data": [
{
"id": 123,
"name": "<string>",
"framework": "<string>",
"client_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"envs": [
{
"id": 123,
"name": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"last_sync_at": "2023-11-07T05:31:56Z"
}
],
"created_at": "2023-11-07T05:31:56Z"
}
]
}List apps and their environments.
curl --request GET \
--url https://api.apitally.io/v1/apps \
--header 'Api-Key: <api-key>'{
"data": [
{
"id": 123,
"name": "<string>",
"framework": "<string>",
"client_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"envs": [
{
"id": 123,
"name": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"last_sync_at": "2023-11-07T05:31:56Z"
}
],
"created_at": "2023-11-07T05:31:56Z"
}
]
}Successful Response
List of apps
Show child attributes
App ID
App name
Framework
Client ID
List of environments.
Date and time of app creation.