Skip to main content

Test endpoint for entry/exit notification

POST 

/vehicles/notification/test

Forces an entry or exit notification to test integrations

It will send the notification to the endpoints provided.

Only works on pre enviroment

Request

Header Parameters

    x-access-token string

    Authentication header obtained from POST /authenticate that identifies the user making this call.

    Example: NgDvLMpPq.6AgfCvkP.YEWA3ZX
    x-api-user string

    Authentication header obtained from POST /authenticate that identifies the client making this call.

    Example: AbC123DeF456GhI789JkL012
    x-api-key string

    Authentication header obtained from POST /authenticate that identifies the user making this call.

    Example: XyZ456AbC789DeF012GhI345

Body

required

parameters required to build the notification

    action stringrequired

    Action to build notification. 'EXIT' or 'ENTRY

    provider stringrequired

    Provider of the offer

    plate string

    number plate of the vehicle

    lmpPID string

    lmpPID of the offer

Responses

OK

Loading...