Skip to main content

Project List

Returns user projects.

Request type: POST

API Endpoint

https://api.translized.com/project/list

Parameters

None

Example requests

curl -X POST -H "Content-Type: application/json" \
-H "api-token: 42cf5fec-a74c-4a53-8ebc-86a4e52b7ce6" \
https://api.translized.com/project/list

Example response

{
"result": [
{
"id": "A3KJtLw4as",
"name": "Translized",
"createdAt": "2021-08-30T12:26:36.295Z"
},
{
"id": "L43AkT4ms",
"name": "Acme",
"createdAt": "2021-08-30T12:26:36.295Z"
}
]
}