List services

Returns a list of all services for the authenticated user.

GET
https://identity.k.io/api/v1/services

If successful, this endpoint will return a 200 OK status.

Scopes

One of the following scopes are required to use this endpoint.

Returned Object

When the request is successful, you can expect an object matching the specification below to be returned.

{
    services: [ Service {
        name: String
        url: String
        identifier: String
    } ]
}