cURL
curl --request POST \ --url https://api.example.com/api/v1/validate_api_key \ --header 'Content-Type: application/json' \ --data '"<string>"'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
The body is of type string.
string
Successful Response
Was this page helpful?