post https://api.teamscope.co/keys
Log in to see full request history
A sample body payload is shown below.
{}
The user email and password are passed to the backend using the Basic HTTP authentication scheme.
Response
A sample body payload is shown below.
{}
The user email and password are passed to the backend using the Basic HTTP authentication scheme.
xxxxxxxxxx
curl --request POST \
--url https://api.teamscope.co/keys \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here!