Closed jawa0919 closed 4 years ago
There is no way to retrieve the API_KEY. It is the key you used while creating this records. Docs here: https://github.com/vasanthv/jsonbox#how-to-create-a-protected-box
sry, I mean, I want to get a API_KEY , like 7b3b910b-a7ad-41e8-89d6-5e28e2e34e70
error.http
POST https://jsonbox.io/box_03b46fcdb8926a1b2eef HTTP/1.1
Content-Type: application/json
{"name": "Jon Snow", "age": 25}
{
"message": "Invalid API_KEY."
}
right.http
POST https://jsonbox.io/box_03b46fcdb8926a1b2eef HTTP/1.1
Content-Type: application/json
x-api-key: 7b3b910b-a7ad-41e8-89d6-5e28e2e34e70
{"name": "Jon Snow", "age": 25}
{
"_id": "5f8ef3d4443ce00017265826",
"name": "Jon Snow",
"age": 25,
"_createdOn": "2020-10-20T14:27:32.036Z"
}
Thats a GUID format, you can use any valid GUID. Try https://www.guidgenerator.com
Is that what you are looking for?
Thats a GUID format, you can use any valid GUID. Try https://www.guidgenerator.com
Is that what you are looking for?
yes!
Thank you for your free service
test.http
Response