Processes
...
Credential Manager
Working with Credentials

REST API Credential

4min
you can utilize procesio to send requests and establish connections with the apis you are working with procesio enables you to send requests that retrieve, add, delete, and update data, and containing parameters, authorization details, and any necessary body data during the process of credential creation, the default verb that is preconfigured for testing purposes is limited to "get" only this restriction is in place to ensure that data manipulation is avoided when conducting simple tests however, when utilizing the credential in a call api action within a process, you have the flexibility to specify the required verb for your request, such as "get," "post," "put," "patch," or "delete " no authentication api url the base url to which you want to make the request test endpoint add /info endpoint for your base url (optional) authentication method no authentication test connection once all mandatory fields have values, you can test the configuration save the configuration basic authentication api url the base url to which you want to make the request test endpoint add /info endpoint for your base url (optional) authentication method basic name enter basic authorization user name of the rest api web service password enter the password of the basic authorization protocol add to if you need to include your auth details in the relevant part of the request, i e query params test connection once all mandatory fields have values, you can test the configuration save the configuration api key authentication url the base url to which you want to make the request test endpoint add /info endpoint for your base url (optional) authentication method api key authorization key fill in the id (name) of your api key value fill in the value of your api key add to if you need to include your auth details in the relevant part of the request, i e in headers, query params or both test connection once all mandatory fields have values, you can test the configuration save the configuration