Authentication
Authentication Test
A test endpoint that requires a valid API key to access
GET
A test endpoint that requires authentication to access. This endpoint can be used to verify that your authentication credentials are working correctly and to retrieve your organization ID.
Authentication
This endpoint supports two authentication methods:
API Key Authentication
Include a valid API key in the x-api-key
header of the request:
OAuth Authentication
Include the following headers in your request:
Response Example
Error Response
If authentication fails, you will receive a 401 Unauthorized response:
Using Your Organization ID
The organizationId
returned by this endpoint is your unique identifier in the Pure system. This ID may be required for certain operations or when contacting support about your account.
Authorizations
API key for authentication