A valid request URL is required to generate request examples{
"results": {
"organization": {
"name": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"organizationUuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
},
"authentication": {
"source": "<string>",
"type": "session"
},
"user": {
"id": "<string>",
"type": "registered",
"isActive": true,
"email": "<string>"
}
},
"status": "ok"
}Get account information
A valid request URL is required to generate request examples{
"results": {
"organization": {
"name": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"organizationUuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
},
"authentication": {
"source": "<string>",
"type": "session"
},
"user": {
"id": "<string>",
"type": "registered",
"isActive": true,
"email": "<string>"
}
},
"status": "ok"
}Success
Construct a type with the properties of T except for those in type K.
Show child attributes
ok Was this page helpful?