Accessing the API

This step describes work necessary to obtain one of available authorization grants.

IP Allowlist

Depending on your companies setup you may want to add the Proximie endpoints to your whitelisted IP's.

There are 2 main endpoints required to be added.

Endpoint Base URLDescription
https://auth.proximie.comThis is the main Base URL for all authorization requests to retieve Access Tokens. These tokens can then be used with the Proximie API.
https://my.proximie.netThe main production endpoint for the Proximie API.

Obtaining your Organisation ID

A Organisation ID is a unique Identifier for your Organisation. This is a value issued by Proximie. It will be used throughout most of your calls to any Organisation flows. This key is also provided with the main Admin Access Credentials to your newly created Organisation.


Validating your Authorization

The /ping endpoint

When you have gone though your method of Authorization it may be worth testing your token should you have any issues with the main Proximie API. This endpoint will validate your token.

Should you have issues validating your token with the /ping endpoint, try fetching a new Access Token and retry.

The /server Endpoint

If you are receiving errors non auth related when making requests to the /ping endpoint, it might be worth checking the /server endpoint. This endpoints returns the current Server Status and state of the Proximie Platform.