Get details of a specific project
cURL
curl --request GET \ --url https://api.fluxend.app/projects/{projectUUID} \ --header 'Authorization: <authorization>'
{ "content": { "createdAt": "<string>", "createdBy": "<string>", "dbName": "<string>", "description": "<string>", "name": "<string>", "organizationUuid": "<string>", "status": "<string>", "updatedAt": "<string>", "updatedBy": "<string>", "uuid": "<string>" }, "errors": [ "<string>" ], "metadata": "<any>", "success": true }
Bearer Token
Project UUID
Project details
The response is of type object.
object