Sign in with Coinbase API Requests
The Sign in with Coinbase API implements following HTTP verbs per RESTful design patterns:
GET- Read resourcesPOST- Create new resourcesPUT- Modify existing resourcesDELETE- Remove resources
When making requests, arguments can be passed as parameters, form data, or JSON with the correct Content-Type header.
Most resources are bound to an authenticated user account. Because users control which accounts are accessible to applications, use GET /v2/accounts/ to check that you have access to the right accounts; otherwise a 404 is returned.