Current service

Returns information for a given service.

GET
https://portal.onyx.io/api/v2/identity

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

Returned Object

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

{
    service: Service {
        id: Integer
        label: String
        email_address: String
        owner_first_name: String
        owner_last_name: String
        created_at: Unix Timestamp?
        suspended_at: Unix Timestamp?
        maximum_sites: Integer?
        visitors_limit: Integer?
    }
}