Logo
mocks-server API Documentation

Show custom route variants

GET {{base_url}}/mock/custom-route-variants

Returns an array of route variant IDs that are used by the current collection instead of those defined on it.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

[]



Curl
curl -X GET 'http://127.0.0.1:3110/api/mock/custom-route-variants'

ENDPOINTS