Skip to main content
GET
/
encodes
List encodes
curl --request GET \
  --url https://api-staging.pixwel.com/api/encodes \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'X-Range: <x-range>'
[
  "<unknown>"
]

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Headers

X-Range
string
default:resources=0-9
required

Pagination range (e.g. resources=0-9, resources=10-19)

Response

200 - application/json

OK