Partner Creation API
5 min
introduction this api is used to create the credentials for the partner and generate the access token to make further api calls sample request curl location 'create api url' \\ \ header 'content type application/json' \\ \ data raw '{ "username" " username ", "password" " password ", "name" " name ", "email" " email " }' request field description key required/optional data type description header content type required string application/json body username required string username of the partner created within the realm of the go platform password required string the corresponding password of the username to be used for successful login name required string name of the partner email required string email of the partner sample response { "id" "64 ca", "name" " name ", "email" " email ", "username" " username " } response field description key data type description id string this is your access token to be passed into other endpoints as an authorization header name string name of the partner email string email id of the partner username string username of the partner getting help please feel free to contact us if you have any questions, require clarification, or have ideas for how to make the documents or any of our services better you can reach out to us at help\@signzy com