Customisation of Mock Entity and Responses
Overview:
Authorization:
Identity & Access ManagementRegister a new custom mock entity using user token.
Bearer <UserToken>1.02024-08-28T01:58:50.505Z1fbb-11ed-861d-0242FIPSuccessful onboarding of the entity
1.0.02024-09-25T10:01:19.942498808Z1fbb-11ed-861d-0242Entity successfully onboarded.Bad Request due to certificate existence
Unauthorized access due to invalid token
Conflict due to entity already existing
Regenerate the User Token after creating the mock entity to enable access to the newly created entity.
Add a custom response simulation for a given entity, endpoint, response code, and scenario.
Bearer <user-token>FIP-SIMULATOR/Consent/Notification400FIP-SIMULATOR-400-ErrorSuccessfully added the response simulation.
1.0.02024-09-25T06:52:19.750ZFIP-SIMULATORFIP-SIMULATOR added successfully.Bad request due to missing required fields.
Unauthorized due to missing or invalid authorization header.
Conflict due to an existing entity with the same endpoint and response code.
To list all the custom responses configured for the given entity
Bearer <User-Token>FIP-SIMULATORSuccessfully retrieved response list
1.0.02024-09-25T07:05:54.036ZBad Request - Missing required fields
Unauthorized - Missing authorization header
Not Found - No data for given entity ID
Was this helpful?