API access with Platform User Accounts¶
Note
This section is for Platform users want to access Actian Data Platform APIs. The example below assumes you use an API client like Postman.
Actian Data Platform Platform Users can access Actian Data Platform APIs with their user ID and password.
To access Actian Data Platform APIs as a Platform User:
-
Using an API client, enter the Actian Data Platform production API endpoint to make a POST request:
-
In the Headers section of the request, add the required
Content-Typeheader:Key Value Content-Type application/json The login request fails if the
Content-Type: application/jsonheader is not set. -
In the Body section of the request, check raw, select the JSON option, and enter your platform username and password in body of the request:

-
Click SEND to send the request. If accepted, an access token and other related information will display.
