cURL
curl --request GET \ --url https://api.migma.ai/v1/projects/{projectId} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "_id": "<string>", "name": "<string>", "description": "<string>", "status": "pending", "companyDetails": {}, "logoUrls": { "primary": "<string>", "secondary": "<string>", "favicon": "<string>" }, "imageUrls": [ {} ], "typography": {}, "colors": {}, "screenshotUrl": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }, "error": "<string>" }
Get complete project details by ID, including branding information, colors, typography, and all project data.
JWT Bearer token authentication. Use 'Authorization: Bearer ' where the JWT token is obtained from the login endpoint.
Project ID (MongoDB ObjectId)
Project response
Show child attributes
pending
processing
active
error
Was this page helpful?