Credentials

Get a Credential by ID

get/api/v1/credentials/{id}

Path parameters

idstring uuid required

Credential ID

Response

Credential found

errorstring nullable
successboolean required

Example response

{
  "meta": {
    "api_version": 1,
    "server_version": "0.17.5"
  }
}

Changes