Get all API keys .

GET

Request

/api-keys

Response

{
    "result": "success",
    "status": 200,
    "meta": {
        "count": 2,
        "limit": 1000,
        "order": "desc",
        "last_id": 23
    },
    "data": [
        {
            "id": 23,
            "created_at": "2021-03-18T15:15:16.000000Z",
            "updated_at": "2021-03-18T15:15:16.000000Z",
            "key": "AxGi5BM1we3jsP4og5lY",
            "secret": "w12klX1cSf4ib5u4DGmR"
        },
        .....more api keys.....
    ]
}

Stay in the loop..

Sign up to our newsletter to keep up-to-date.