Skip to main content

List

GET 

/keys/:key/configs

Lists configurations associated with a key

Request

Path Parameters

    key stringrequired

    API Key

    The API Key to retrieve. Begins ak_.

    Example: ak_test

Query Parameters

    user_token string

    Private User Token

    A secret key used for sensitive operations on your account and API Keys.

    Your user token can be retrieved and managed from your accounts page.

    Typically beings uk_...

    Example: uk_B59ScW1p1HHouf1VqclEPZUx

Responses

Success

Schema
    result objectrequired

    List of configurations

    configs object[]required
  • Array [
  • updatedAt stringrequired

    Timestamp for when the config was created

    createdAt stringrequired

    Timestamp for when the config was updated

    name stringrequired

    Possible values: <= 32

    A unique name to identify the configuration payload

    payload stringrequired

    Possible values: <= 4096

    A serialised payload of up to 4096 characters

  • ]
  • message stringrequired

    Possible values: [Success]

    code int32required

    Possible values: [2000]

Loading...