Management API
Me API
This API can be used to get your own current environment details.
You will need an API Key to interact with these APIs.
GET/api/v1/management/me
Get Environment
Get your current environment details.
Mandatory Headers
- Name
x-api-Key
- Type
- string
- Description
Your TypeflowAI API key.
Request
GET
/api/v1/management/mecurl --location \
'https://dashboard.typeflowai.com/api/v1/management/me' \
--header \
'x-api-key: <your-api-key>'
Response
{
"id": "cln8k0t47000fz87njmmu2bck",
"createdAt": "2023-10-02T07:13:19.207Z",
"updatedAt": "2023-10-02T07:14:14.162Z",
"type": "production",
"product": {
"id": "cln8k0t47000ez87n57aqywvz",
"name": "Demo Product"
},
"widgetSetupCompleted": true
}