get https://api-sandbox.astra.finance/v1/user_intent/
You can place your application's
client_id
into theusername
field, and yourclient_secret
into thepassword
form field of the Authentication section of this documentation 👉.
A User Intent manages the lifecycle of the creation of a User, before that User has been fully created. This endpoint retrieves the User Intent details.
Note that the
user_id
will be returned in the payload if the UserIntent has been successfully converted to a User. Also note that a UserIntent does not need to have an Approved Status to be converted to a User.