Get Key Info

Get info

GET https://ai-skin-server.herokuapp.com/v1/info/:key

This endpoint allows you to get the info of the owner of the key.

Path Parameters

Name
Type
Description

Key

string

Where you put the api key that you would like to get information on

{
  "status": "ok",
  "info": {
    "ownerName": "foo-bar",
    "api_key_uses": 100,
    "api_key_prefix": "prefix",
    "expiration": "never"
  }
}

Last updated

Was this helpful?