How do i get username and password in postman
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
Hi I'm unable to get the username and password automatically in postman while create the incident record via Table API in Rest API explorer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
47 seconds ago
Hi @Ashok_308,
To authenticate the API request, ensure you're using the correct authorization method in Postman (Basic Auth or OAuth). In Postman, go to the Authorization tab, select "Basic Auth" or "OAuth 2.0," and enter your credentials. Also, make sure you include the Authorization header and Content-Type as application/json in the request headers.
If you're using the REST API Explorer, you don’t need to manually provide credentials, as it automatically uses the session from your logged-in user.
If this isn't the issue, please provide more details about the issue or behaviour you're experiencing so I can assist further.
If my response helped, please mark it as the accepted solution so others can benefit as well.
Muhammad Iftikhar
If my response helped, please mark it as the accepted solution so others can benefit as well.
