get https://api.doppler.com/v3/projects
Projects
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Response
Projects
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url 'https://api.doppler.com/v3/projects?page=1&per_page=20' \
--header 'accept: application/json'
xxxxxxxxxx
12{
"page": 1,
"projects": [
{
"id": "ed0c2a68b6",
"slug": "compression",
"name": "Compression",
"description": "Super rad middle-out compression algo.",
"created_at": "2019-03-26T03:16:20.233Z"
}
]
}