Offline
Generate Credentials
Method : GET
https://api-dev.enotifiers.com/api/V1/credentials/generate
Library and SDK
curl --location 'https://api-dev.enotifiers.com/api/V1/credentials/generate' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.
eyJ2ZXJpZmljYXRpb25UeXBlIjoiTG9naW4iLCJ1c2VybmFtZSI6InJhbmppbmkiLCJ1
c2VyVHlwZSI6IkFkbWluIiwiY29tcGFueURldGFpbHMiOiJNaW5kX3Rlc3QiLCJ1c2Vy
RGV0YWlscyI6InJhbmppbmkubnZAbWluZG9yaWdpbi5pbiIsImVtYWlsIjoicmFuamlu
aS5udkBtaW5kb3JpZ2luLmluIiwiY29udGFjdCI6Ijg4NjE4NDg3MzIiLCJhZGRyZXNz
IjoiQmFuZ2Fsb3JlIiwiY2l0eSI6IkJhbmdhbG9yZSIsImZpcnN0VGltZVVzZXIiOmZh
bHNlLCJleHAiOjE3MTExMjc1MDV9.T79-JtouD49HoQNspHp6gFimRnn27eZ_nQIHJJB
jAwY'
Success response details
Parameter | Description | Example |
---|---|---|
status String |
Indicates the success status of the API operation |
success |
message String |
A descriptive message confirming the success of the operation. |
Credentials updated successfully in MongoDB |
data.username String |
It's a unique identifier associated with the user. |
631e7675dca445ca89f70a3155daf9c2 |
data.password String |
It's a secret string used for authentication. |
aba16ee19aee456897bbb2dd3c78a76e |