Router Integration Helper API
This API generates request headers required to call Router.
Body
rebitAPIEndpointstringRequiredExample:
/accounts/discoverrecipientIdstringRequiredExample:
FIP-SIMULATORcustomerIdstringRequiredExample:
6363534224@aa_simulatoradditionalAttributesobjectOptional
Responses
200
Successfully generated request header
application/json
401
Unauthorized – invalid or missing Bearer token
application/json
404
Bad request – invalid payload
application/json
post
/request/headerThis API generates response headers that can be used while sending data back to Router APIs.
Body
rebitAPIEndpointstringRequiredExample:
/accounts/discoverrecipientIdstringRequiredExample:
AA-SIMULATORadditionalAttributesobjectOptional
Responses
200
Successfully generated response header
application/json
401
Unauthorized – invalid or missing Bearer token
application/json
404
Bad request – invalid payload
application/json
post
/response/headerLast updated
Was this helpful?