P
project44 REST API
Details
- URL
-
https://na12.api.project44.com - Docs
- https://developers.project44.com/api-reference/api-docs
Authentication
project44 admin username/password for client application management basic discovered
Use a project44 user account with the Movement role Customer Admin. This admin user manages OAuth client applications via the OAuth 2.0: Client Applications API. The OpenAPI description states an admin user must use HTTP Basic Authentication with this API.
First obtain project44 OAuth client credentials by registering a client application through the OAuth 2.0: Client Applications API. Then call the OAuth 2.0: Token Generation API to exchange the client_id and client_secret for an access token. The docs say the client credentials may be supplied either in the request body or via HTTP Basic Authentication when generating the token.