Services

List all your available services.

List all services for your company

GET https://app.openli.com/api/v1/services

This endpoint can be used to retrieve the names and public-key identifiers for all of the services your company offers as a vendor.

Headers

NameTypeDescription

X-API-Key*

API key for your project.

[
    {
    	"name": "Example service 1",
    	"public_key": "123456789adbfc"
    },
    {
        "name": "Example service 2",
        "public_key": "123456789adbfd"
    }
]

Last updated