Skip to main content
Version: 1.0.0

Zluri External APIs v1

Documentation

Authorization

API Keys can be used to authenticate the use of Zluri Web API v1 endpoint. API Keys may be assigned certain permissions, or scopes, that limit which API endpoints they are able to access.

Requests

Host

Base Urlhttps://api-ext.zluri.com

All requests must be made over HTTPS. The API does not support HTTP.

Authorization Header

You must provide an authorization header as described in authentication.

HTTP Verbs

VerbDescription
GETRetrieve a resource or group of resources
POSTCreate a new resource
PUTUpdate an existing resource
DELETEDelete an existing resource
OPTIONSView allowed verbs against a specific resource

Formatting Your Request

Request Body

When submitting data to a resource via POST or PUT, you must submit your payload in JSON.

Responses

Content-Type Header
All responses are returned in JSON format. We specify this by sending the Content-Type header.

Errors

Sometimes API call will generate an error. Here you will find additional information about what to expect if you don't format your request properly, or we fail to properly process your request.

Response Codes

Status CodeDescription
400Bad request
401Requires authentication
429Too many requests/Rate limit exceeded
500Internal server error

Authentication

Security Scheme Type:

apiKey

Header parameter name:

api-key