Loading...

Get API user

getApiUsersApiUserId

This document provides developer instructions on how to get an API user ID.

Path Parameters

  • api_user_id required
    • integer <int32>

Responses

  • 200 Get API user

    {
     "id": "string",
     "description": "string",
     "token": "string",
     "scopes": "string"
    }
  • 403 Not authorized

    {
     "message": "string",
     "errors": "string"
    }
  • 404 Not found

    {
     "message": "string",
     "errors": "string"
    }

Did not find what you were looking for?

If this content did not answer your questions, try searching or contacting our support team for further assistance.

Back to Section navigation