Skip to main content

Check out Port for yourselfย 

Get all credentials

GET 

/v1/apps

This route allows you to fetch all credentials in your Port organization.

Requestโ€‹

Query Parameters

    fields string[]

    Possible values: [id, name, createdAt, updatedAt, secret, enabled]

    The fields to include in the response. If not specified, all fields will be included.

Responsesโ€‹

Retrieved successfully.

Schema

    okanyrequired

    Possible values: [true]

    apps

    object[]

  • Array [

  • namestring
    enabledboolean
    idstring
    createdAtdate-time
    updatedAtdate-time
    secretstring
  • ]