cURL
curl --request GET \ --url https://api.valiqor.com/v2/projects/{project_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "key": "<string>", "model_name": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Get project details
Valiqor API key. Pass as Bearer token: Authorization: Bearer vq-xxxxxxxxxxxxxxxxxxxx
Authorization: Bearer vq-xxxxxxxxxxxxxxxxxxxx
Successful Response
Project information