SitefotosReference
1.0.0
OAS 3.0.0

API

Base URL
API Key (combinedAuth)
Client Libraries
Shell
Ruby
Node.js
PHP
Python
More

Users

Get all users

Retrieve a list of all registered users

Responses
  • 200Successful response
    application/json
  • 201Created
    application/json
  • 400Validation Error
    application/json
  • 500

    Internal Server Error

GET/users
Shell cURL

[
  {
    "name": "…",
    "email": "[email protected]"
  }
]