identifier

get all identifiers

GET http://localhost:5000/identifier

Get all created identifiers

Headers

Name
Type
Description

Authentication

string

Basic Authentication with username and password

{
    "status": 200,
    "content": [
        {
            "_id": {
                "$oid": "608a87351f657b56d2e0a810"
            },
            "name": "testing",
            "key": "my-keys"
        }
    ]
}

POST http://localhost:5000/identifier

Headers

Name
Type
Description

Authentication

string

Basic Authentication with username and password

Request Body

Name
Type
Description

key

string

name

string

Last updated

Was this helpful?