Username and password required when I create KVM ?

ksaad
New Member

when I try to create key and value map, username and password required,

what are username and password ?my apigee credentials or what?

0 5 201
5 REPLIES 5

Hi @Karim Saad

Are you trying to create kvm using management API ? Then yes username & password are your apigee credentials, considering you have org admin rights

@snehal chakraborty, Yes I'm using management api as the below url :

https://api.enterprise.apigee.com/v1/organizations/ksaad-trial/keyvaluemaps

body:

{ "name" : "credentials", "encrypted" : "true", "entry" : [ { "name" : "username", "value" : "ksaad" }, { "name" : "password", "value" : "123456" } ] }

and I'm using my apigee credentials but the response is "401 - unauthorized"

@Karim Saad

How are you passing the credentials in the API call ?

by adding them in post man authorization tab and select type basic auth,then enter username and password

Thanks @snehal chakraborty, I was entering wrong password,when I check my password and reenter the correct on everything working fine

Thanks man