ReturnUrl Response (v1 Endpoint)

ReturnUrl Response JWT Example -

{ "iss": "5b7c5b922f3e733a44320e85", "iat": 1535052764, "exp": 1535059964, "jti": "83840924-a856-4901-ab21-0b61421c0933", "aud": "49e56790-a70b-11e8-9354-f715d5987f69", "Payload": { "ActionCode": "SUCCESS", "SessionId": "0_efc85926-b576-4574-ae92-e1dd11132582", "ErrorNumber": 0, "ErrorDescription": "Success" } }

ReturnUrl Response

The ReturnUrl Response object is the Payload object of a collect response flow.

Field

Type

Description

Field

Type

Description

ActionCode

String

The status of the collect attempt.

Possible Values:

  • SUCCESS

  • FAILURE

SessionId

String

The SessionId or McsId that was used for this profiling session. Only returned on successful profiling

ErrorNumber

Number

Error number indicating the result. 0 is success

ErrorDescription

String

A text description of the ErrorNumber field.