Skip to main content

API Key GET

GET 

/api_keys/:apiKeyId

Required Permissions: ApiKey Get or ApiKey Admin

Request

Path Parameters

    apiKeyId integerrequired

    The id of the API Key that you wish to get data from.

Responses

A JSON Object a particular API key's data.

Schema
    api_key object
    id integer
    name string
    description string
    key uuid
    permissions string

    Possible values: Value must match regular expression create,edit,delete,read

    used_at date-timenullable
    created_at date-time
    created_by_user_id integer
    updated_at date-timenullable
    updated_by_user_id integernullable
    created_by object
    archived boolean
    avatar objectnullable
    avatar_file_upload_url string
    created_at date-time
    created_by_user_id integer

    Possible values: >= 1

    department string
    email email
Loading...