Authenticate icon

Authenticate

(0 reviews)

home

Use the Authenticate API to create login sessions for Payworks API access.

API Information

Authenticate

  • Version: v1
  • API Base path: /api
  • Protocol: HTTPS

Description

The Payworks Authenticate API is available to:

  • POST a login for basic authentication using username and password used to login to web UI.
  • POST to /logout in order to securely close your current session.
  • POST to acquire your OAuth 2.0 authentication token using your Payworks created clientId and secret (NOTE: Functionality not currently enabled).

The login sessions are what will be used for all other Payworks API calls.


Reviews