cURL
curl -X GET 'https://app.freeplay.ai/api/v2/projects/all' \ -H 'Authorization: Bearer YOUR_API_KEY' \ -H 'Content-Type: application/json'
{ "projects": [ { "id": "bf56b063-80dc-4ad5-91f6-f7067ad1fa06", "name": "My Dataset" } ] }
List Projects - List Projects
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
"bf56b063-80dc-4ad5-91f6-f7067ad1fa06"
"My Dataset"