BlazingDocs
Search…
Welcome
Product Guide
Auth
Templates
Execute merge
Get account info
Get templates list
Get usage info
Samples
Powered By
GitBook
Get account info
API reference for the "/account" endpoint. Retrieves account info.
Request
Consumes
application/json
, produces
application/json
.
1
[
GET
]
https
:
//
api
.
blazingdocs
.
com
/
account
Copied!
Parameters
The request contains no parameters.
Example usage
1
curl
--
location
--
request GET 'https
:
//
api
.
blazingdocs
.
com
/
account' \
2
--
header 'X
-
Api
-
Key
:
bfa1c3ed2c20a8c5cdff00132b7135c3'
Copied!
Response
1
{
2
"id"
:
"86ae6fc5-0840-407c-8fb8-429c9c2a8054"
,
3
"plan"
:
{
4
"id"
:
"daa3525e-042b-4afc-bb6e-4403d6c2d150"
,
5
"name"
:
"Standard"
,
6
"price"
:
125
,
7
"pricePerUnit"
:
0.025
,
8
"quota"
:
5000
9
},
10
"apiKey"
:
"bfa1c3ed2c20a8c5cdff00132b7135c3"
,
11
"obsoleteApiKey"
:
null
,
12
"name"
:
"Acme Corp"
,
13
"createdAt"
:
"2021-05-19T11:14:12.907"
,
14
"lastSyncedAt"
:
null
,
15
"updatedAt"
:
null
16
}
Copied!
Product Guide - Previous
Execute merge
Next - Product Guide
Get templates list
Last modified
10mo ago
Copy link
Contents
Request
Parameters
Example usage
Response