Skip to main content

Get API Token

GET
/users/{id}/api_token

This endpoint returns an api_token to open a Nexus session. The api_token is one-time use and expires in ten minutes. A fresh api_token must be requested each time a Nexus session is initiated.

The endpoint will return a 404 response if the client does not have access to Nexus enabled. Please work with your account representative to add this functionality to the client.

Request sample

Request
Response
Language:shell

_10
curl -i https://int-sso.moneydesktop.com/{client_id}/users/{user_id}/api_token.xml \
_10
-H "Accept: application/vnd.moneydesktop.sso.v3+xml" \
_10
-H "MD-API-KEY: {api_key}"