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
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.
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
Bad Request - Missing required fields
Unauthorized - Missing authorization header
Not Found - No data for given entity ID
Was this helpful?