Jump to content

API REST


Recommended Posts

Hi guys :),
 
i have a question.
I need to call an API like that :
 

POST https://xxxxxxx.fr/api//users

Headers :

Authorization: xxxxxxxxxx

Accept: application/vnd.xxxx.v2+json

Content-Type: application/vnd.xxxxxx.v2+json

Body :

{

    "appuserid":"test0001",

                "type":2,

                "profile":

                {

....
}
 
Do you know an efficient and secure way to make that kind of call?

 

 

Thank you for your help

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...