Post

POST {{url}}/api/v1/phones

Request Body

{"data"=>{"type"=>"phones", "attributes"=>{"country"=>"IND", "number"=>919988776655}}}

HEADERS

KeyDatatypeRequiredDescription
Acceptstring
Content-Typestring
Refererstring

RESPONSES

status: Created

{"jsonapi":{"version":"1.0"},"links":{"self":"http://trad-backendprod.aticloud.atican.dev/api/v1/phones/1"},"data":{"type":"phones","id":"1","attributes":{"country":"IND","number":"919988776655","validated_at":null},"links":{"self":"http://trad-backendprod.aticloud.atican.dev/api/v1/phones/1"}}}