getneo
  1. Auth
getneo
  • Introduction
  • API examples
  • Technical topics
    • API structure
    • HTTP headers
    • Decoupled responses
    • Validation failures (418)
  • Endpoints
    • Auth
      • Get service bearer token (password)
        GET
      • Change tenant
        GET
      • End session
        GET
    • Counterparties
      • Get all counterparties
        GET
      • Get counterparty by ID
        GET
      • Get draft counterparty by ID
        GET
      • Submit counterparty draft
        POST
      • Update counterparty draft
        POST
      • Delete a counterparty draft
        DELETE
      • Add account to counterparty
        POST
      • Update counterparty account
        PATCH
      • Export counterparty data
        POST
    • Payments
      • Get all payments
        GET
      • Get a payment by ID
        GET
      • Make a payment (deposit, withdrawal or internal)
        POST
  1. Auth

End session

Demo
https://auth.demo.getneo.com
Demo
https://auth.demo.getneo.com
GET
/api/v1/auth/logout
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://auth.demo.getneo.com/api/v1/auth/logout'

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************

Responses

🟢204No Content
This response does not have a body.
🟠401Unauthorized
Modified at 2025-07-24 14:15:34
Previous
Change tenant
Next
Get all counterparties
Built with