Skip to main content

Get Authorized Apps

GET 

/users/:id/authorized_apps

Get the apps that user has authorized to write to their account

Request

Path Parameters

    id stringrequired

    A User ID

Responses

Success
Schema
    dataobject[]
  • Array [

  • address stringrequired
    name stringrequired
    description string
    image_url string
    grantor_user_id stringrequired
    grant_created_at stringrequired
    grant_updated_at stringrequired
  • ]

Loading...