Hello Experts

Hi
Iโ€™m trying to call logout API method call from postman but its throwing 404 error message.
{
โ€œmessageโ€: โ€œNot foundโ€,
โ€œdocumentation_urlโ€: โ€œhttp://docs.looker.com/โ€
}

can you please suggest what parameter should i pass to call logout method.

Please correct me if im doing wrong something.

Regards,
Ajay

0 3 532
3 REPLIES 3

So the API call needs to be switched to โ€œDELETEโ€

Hope this helps ๐Ÿ™‚

Oh and before i forget, you can also import the API calls through Lookerโ€™s OpenAPI specification (e.g., found at https://<your-looker-endpoint>:19999/api/3.1/swagger.json into postman.

  1. Click Import
    image

  2. Click on the โ€œLinkโ€ Tab
    image

  3. Then type in the URL specific to your instance ( ex. https://:19999/api/3.1/swagger.json )

More details on Lookerโ€™s SDK: https://github.com/looker-open-source/sdk-codegen

Thank you for Response.
really it helps.